mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix comma.
This commit is contained in:
parent
087ede2f91
commit
d5bf5dfe7d
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ export default {
|
|||
createFolderDialogStore: {
|
||||
get() {
|
||||
return this.$store.state.createFolderDialog;
|
||||
}
|
||||
},
|
||||
set(value) {
|
||||
this.$store.commit('mutate', {
|
||||
property: 'createFolderDialog',
|
||||
|
|
Loading…
Reference in a new issue