Skip to content

Commit

Permalink
fix: remove empty data object
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Aug 13, 2024
1 parent c8c4a6b commit 135601e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/SearchDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ export default {
},
},

data() {
return {}
},

computed: {
...mapState(useRootStore, ['isTextEdit']),
...mapState(useSearchStore, [
Expand Down

0 comments on commit 135601e

Please sign in to comment.