Deleting Comments

Co-Authored-By: James George <jamesgeorge998001@gmail.com>
This commit is contained in:
Athul Cyriac Ajay
2019-11-26 21:03:53 +05:30
committed by GitHub
parent 19b43e152a
commit bdaac40435

View File

@@ -93,7 +93,7 @@ export default {
};
},
watch: {
"requestUpdateData.collectionIndex":function resetFolderIndex() { //resetFolderIndex Function
"requestUpdateData.collectionIndex": function resetFolderIndex() {
// if user choosen some folder, than selected other collection, which doesn't have any folders
// than `requestUpdateData.folderIndex` won't be reseted
this.$data.requestUpdateData.folderIndex = undefined;