Deleting Comments
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
This commit is contained in:
committed by
GitHub
parent
19b43e152a
commit
bdaac40435
@@ -93,7 +93,7 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
watch: {
|
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
|
// if user choosen some folder, than selected other collection, which doesn't have any folders
|
||||||
// than `requestUpdateData.folderIndex` won't be reseted
|
// than `requestUpdateData.folderIndex` won't be reseted
|
||||||
this.$data.requestUpdateData.folderIndex = undefined;
|
this.$data.requestUpdateData.folderIndex = undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user