refactor: adding space between the copy hyphen

This commit is contained in:
Andrew Bastin
2021-11-08 19:18:40 +05:30
parent 2ef99026e5
commit 373343fea1

View File

@@ -689,7 +689,7 @@ export default defineComponent({
duplicateRequest({ folderPath, request }) {
saveRESTRequestAs(folderPath, {
...request,
name: request.name + "-Copy",
name: request.name + " - Copy",
})
},
},