refactor: added space
This commit is contained in:
parent
373343fea1
commit
a2f1e37ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ export default defineComponent({
|
|||
duplicateRequest({ folderPath, request }) {
|
||||
saveGraphqlRequestAs(folderPath, {
|
||||
...request,
|
||||
name: request.name + "-Copy",
|
||||
name: request.name + " - Copy",
|
||||
})
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue