refactor: adding space between the copy hyphen
This commit is contained in:
parent
2ef99026e5
commit
373343fea1
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ export default defineComponent({
|
|||
duplicateRequest({ folderPath, request }) {
|
||||
saveRESTRequestAs(folderPath, {
|
||||
...request,
|
||||
name: request.name + "-Copy",
|
||||
name: request.name + " - Copy",
|
||||
})
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue