From a2f1e37ad299c750a76cd6f68a653c7269e097b3 Mon Sep 17 00:00:00 2001 From: 0xc0Der <59133155+0xc0Der@users.noreply.github.com> Date: Wed, 10 Nov 2021 13:16:41 +0000 Subject: [PATCH] refactor: added space --- .../hoppscotch-app/components/collections/graphql/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-app/components/collections/graphql/index.vue b/packages/hoppscotch-app/components/collections/graphql/index.vue index a6b5c1306..3ff25792f 100644 --- a/packages/hoppscotch-app/components/collections/graphql/index.vue +++ b/packages/hoppscotch-app/components/collections/graphql/index.vue @@ -291,7 +291,7 @@ export default defineComponent({ duplicateRequest({ folderPath, request }) { saveGraphqlRequestAs(folderPath, { ...request, - name: request.name + "-Copy", + name: request.name + " - Copy", }) }, },