fix: broken gql collection request editor
This commit is contained in:
@@ -224,7 +224,9 @@ export default {
|
|||||||
folderName,
|
folderName,
|
||||||
request,
|
request,
|
||||||
requestIndex,
|
requestIndex,
|
||||||
|
folderPath,
|
||||||
} = payload
|
} = payload
|
||||||
|
this.$data.editingFolderPath = folderPath
|
||||||
this.$data.editingCollectionIndex = collectionIndex
|
this.$data.editingCollectionIndex = collectionIndex
|
||||||
this.$data.editingFolderIndex = folderIndex
|
this.$data.editingFolderIndex = folderIndex
|
||||||
this.$data.editingFolderName = folderName
|
this.$data.editingFolderName = folderName
|
||||||
|
|||||||
Reference in New Issue
Block a user