Skip to content

Commit

Permalink
always show adv search add field dropdown (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj authored Aug 24, 2023
1 parent 98dc652 commit 2f9e171
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/AdvancedSearchForm/FilterByFieldsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
</div>

<div class="flex justify-between items-baseline">
<AdvSearchDropDown
v-if="supportedSearchableFields.length"
label="Add Field"
>
<AdvSearchDropDown label="Add Field">
<div class="divide-y divide-neutral-200">
<div>
<AdvSearchDropDownItem
Expand Down

0 comments on commit 2f9e171

Please sign in to comment.