mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 09:07:08 +02: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