Resolves @jamegeorge007 's Review

This commit is contained in:
athul
2019-11-26 18:59:19 +05:30
parent c56c162045
commit 57860c17d9
4 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ export default {
this.$data.requestData.folderIndex = undefined;
this.$data.requestData.requestIndex = undefined;
},
"requestData.folderIndex": ()=> {
"requestData.folderIndex": function resetRequestIndex() {
this.$data.requestData.requestIndex = undefined;
}
},