Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 18, 2024
1 parent 3c780d3 commit 56b09b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store/modules/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export const useNavigationStore = defineStore('ui', {
this.modal = modal
console.log('Active modal set to ' + modal)
},
setViewModal(modal: NavigationStoreState['modal']) {
this.viewModal = modal
console.log('Active modal set to ' + modal)
setViewModal(viewModal: NavigationStoreState['viewModal']) {
this.viewModal = viewModal
console.log('Active view modal set to ' + viewModal)
},
setDialog(dialog: NavigationStoreState['dialog']) {
this.dialog = dialog
Expand Down

0 comments on commit 56b09b8

Please sign in to comment.