Skip to content

Commit

Permalink
fix: submit tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Aug 7, 2023
1 parent 5d825b6 commit f627f56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/pages/home/SimpleSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
const selectedTag = ref<Tag | undefined>()
watch(selectedTag, () => onSubmitted())
const searchQuery = ref('')
// Change event
Expand Down

0 comments on commit f627f56

Please sign in to comment.