chore: dependency updates + fixed a minor bug with edit folder

This commit is contained in:
Liyas Thomas
2020-09-17 06:08:26 +05:30
parent d425a1b2c0
commit af2b726a38
3 changed files with 5 additions and 5 deletions

View File

@@ -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