diff --git a/components/collections/graphql/index.vue b/components/collections/graphql/index.vue index b733c6274..d8fa81903 100644 --- a/components/collections/graphql/index.vue +++ b/components/collections/graphql/index.vue @@ -224,7 +224,9 @@ export default { folderName, request, requestIndex, + folderPath, } = payload + this.$data.editingFolderPath = folderPath this.$data.editingCollectionIndex = collectionIndex this.$data.editingFolderIndex = folderIndex this.$data.editingFolderName = folderName