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;