0xc0Der пре 4 година
родитељ
комит
a2f1e37ad2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/hoppscotch-app/components/collections/graphql/index.vue

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