From 07a505c3657d18df623d9f37fa18e7fdad312594 Mon Sep 17 00:00:00 2001 From: s-r-x Date: Tue, 15 Jun 2021 15:25:19 +0500 Subject: [PATCH] fix: broken gql collection request editor --- components/collections/graphql/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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