Skip to content

Commit

Permalink
Simplify important nodes select field
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Dec 11, 2023
1 parent 54798b4 commit 6aa87b4
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/components/Documents/ConceptClusterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,7 @@
dense
emit-value
map-options
>
<template #option="scope">
<q-item v-bind="scope.itemProps">
<q-item-section>
<q-item-label>
{{ scope.opt.label }}
</q-item-label>
<q-item-label caption>
{{ scope.opt.description }}
</q-item-label>
</q-item-section>
</q-item>
</template>
</q-select>
/>
</q-card-section>

<q-separator />
Expand Down

0 comments on commit 6aa87b4

Please sign in to comment.