Skip to content

Commit

Permalink
[shots/edits] fix search in feature film
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoPennec committed Sep 13, 2023
1 parent 162c1f0 commit 3b9a533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pages/Edits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:can-save="true"
:active="isSearchActive"
@change="onSearchChange"
@enter="applySearch(searchField.getValue())"
@save="saveSearchQuery"
placeholder="ex: e01 edit=wip"
/>
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/Shots.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:can-save="true"
:active="isSearchActive"
@change="onSearchChange"
@enter="applySearch(searchField.getValue())"
@save="saveSearchQuery"
placeholder="ex: e01 s01 anim=wip"
/>
Expand Down

0 comments on commit 3b9a533

Please sign in to comment.