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 <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Aug 13, 2024
1 parent 29b7850 commit b0047f1
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 b0047f1

Please sign in to comment.