chore: dependency updates + fixed a minor bug with edit folder
This commit is contained in:
@@ -173,7 +173,7 @@ export default {
|
||||
this.syncCollections()
|
||||
},
|
||||
editFolder(payload) {
|
||||
const { collectionIndex, folder, folderIndex } = payload
|
||||
const { collection, collectionIndex, folder, folderIndex } = payload
|
||||
this.$data.editingCollection = collection
|
||||
this.$data.editingCollectionIndex = collectionIndex
|
||||
this.$data.editingFolder = folder
|
||||
|
||||
Reference in New Issue
Block a user