Pārlūkot izejas kodu

refactor: added space

0xc0Der 4 gadi atpakaļ
vecāks
revīzija
a2f1e37ad2

+ 1 - 1
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",
       })
     },
   },