Skip to content

Commit

Permalink
fix: try to preserve the search value (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Jul 29, 2021
1 parent be34c4e commit fdaee6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/modalDialogs/NotificationFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
:preserve-search="true"
:hide-selected="true"
:multiple="true"
:reset-after="true"
/>
<hr />
<Multiselect
Expand All @@ -32,7 +31,6 @@
:preserve-search="true"
:hide-selected="true"
:multiple="true"
:reset-after="true"
/>
<hr />
<Multiselect
Expand All @@ -48,7 +46,6 @@
:preserve-search="true"
:hide-selected="true"
:multiple="true"
:reset-after="true"
/>
<hr />
<Multiselect
Expand All @@ -64,7 +61,6 @@
:preserve-search="true"
:hide-selected="true"
:multiple="true"
:reset-after="true"
/>
</div>
</template>
Expand Down

0 comments on commit fdaee6c

Please sign in to comment.