From 8b9746540f24640d45f06159051af8f8cdfcd288 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sat, 12 Feb 2022 19:50:05 +0530 Subject: [PATCH] fix: copy + paste --- .../components/environments/Edit.vue | 2 +- .../hoppscotch-app/components/http/Request.vue | 2 +- .../components/realtime/Socketio.vue | 2 +- .../hoppscotch-app/components/smart/EnvInput.vue | 14 +++++++++++--- .../helpers/editor/extensions/HoppEnvironment.ts | 15 +++++++++++---- 5 files changed, 25 insertions(+), 10 deletions(-) diff --git a/packages/hoppscotch-app/components/environments/Edit.vue b/packages/hoppscotch-app/components/environments/Edit.vue index 1972b2abd..f9c4a8c78 100644 --- a/packages/hoppscotch-app/components/environments/Edit.vue +++ b/packages/hoppscotch-app/components/environments/Edit.vue @@ -47,7 +47,7 @@ > {{ $t("environment.nested_overflow") }} -
+
diff --git a/packages/hoppscotch-app/components/smart/EnvInput.vue b/packages/hoppscotch-app/components/smart/EnvInput.vue index 89794faca..78de542e6 100644 --- a/packages/hoppscotch-app/components/smart/EnvInput.vue +++ b/packages/hoppscotch-app/components/smart/EnvInput.vue @@ -1,6 +1,6 @@