Skip to content

Commit

Permalink
fix(info): Select Columns label
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Nov 20, 2024
1 parent abe5847 commit 88655b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os-checks/pages/info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<MultiSelect v-model="selected.kinds" display="chip" :options="kinds" filter :maxSelectedLabels="4"
placeholder="Select Crate Kinds" />

<MultiSelect v-model="selected.columns" display="chip" :options="columns" filter :maxSelectedLabels="4"
placeholder="Select Columns" />
<MultiSelect v-model="selected.columns" display="chip" :options="columns" :optionLabel="o => C.option(o)" filter
:maxSelectedLabels="4" placeholder="Select Columns" />
</div>

<div>
Expand Down

0 comments on commit 88655b5

Please sign in to comment.