From bdaac4043578747e647168f772a0387de540413c Mon Sep 17 00:00:00 2001 From: Athul Cyriac Ajay Date: Tue, 26 Nov 2019 21:03:53 +0530 Subject: [PATCH] Deleting Comments Co-Authored-By: James George --- components/collections/editRequest.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/collections/editRequest.vue b/components/collections/editRequest.vue index a74718563..8e3e6de69 100644 --- a/components/collections/editRequest.vue +++ b/components/collections/editRequest.vue @@ -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;