Skip to content

Commit

Permalink
fix: omit search lines of all dropdowns (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrer authored Sep 4, 2024
1 parent 6123695 commit f079939
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/workflows/filters/Filters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ onMounted(() => {
:placeholder="t('select_ground_truth')"
panel-class="max-w-[500px]"
:max-selected-labels="1"
filter
class="relative flex-1"
>
<template #option="{ option }: { option: FilterOption }">
Expand Down
2 changes: 0 additions & 2 deletions src/components/workflows/timeline/TimelineFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ onMounted(() => {
<BaseMultiSelect
v-model="selectedLabelling"
@update:model-value="onLabellingChange($event)"
filter
:max-selected-labels="0"
:options="labellingOptions"
:placeholder="t('select_a_label')"
Expand Down Expand Up @@ -196,7 +195,6 @@ onMounted(() => {
<BaseMultiSelect
v-model="selectedWorkflowSteps"
@update:model-value="onWorkflowStepChange($event)"
filter
:max-selected-labels="1"
:options="workflowStepOptions"
:placeholder="t('select_a_processor')"
Expand Down

0 comments on commit f079939

Please sign in to comment.