Skip to content

Commit

Permalink
fix missing taxonomy in setting
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhe4096 committed Nov 20, 2024
1 parent f4bd91e commit 8cfa68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/SettingPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ const toggle = (event) => {
<template v-else>
<div style="height: 100%; max-height: calc(100vh - 18rem); overflow-y: auto;">
<p v-for="option in store.taxonomy"
v-html="option.html"
class="m-0">
{{ option.name }}
</p>
</div>
</template>
Expand Down

0 comments on commit 8cfa68b

Please sign in to comment.