mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:57:30 +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: {
|
createFolderDialogStore: {
|
||||||
get() {
|
get() {
|
||||||
return this.$store.state.createFolderDialog;
|
return this.$store.state.createFolderDialog;
|
||||||
}
|
},
|
||||||
set(value) {
|
set(value) {
|
||||||
this.$store.commit('mutate', {
|
this.$store.commit('mutate', {
|
||||||
property: 'createFolderDialog',
|
property: 'createFolderDialog',
|
||||||
|
|
Loading…
Reference in a new issue