From 553f4d7a8fcd1453547fa6392b23a96de29959f4 Mon Sep 17 00:00:00 2001 From: Akash K <57758277+amk-dev@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:18:06 +0530 Subject: [PATCH] fix: do not show an empty body element when bulk editing (#4638) Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> --- packages/hoppscotch-common/locales/en.json | 2 +- .../hoppscotch-common/src/components/http/BodyParameters.vue | 2 +- .../hoppscotch-common/src/components/http/URLEncodedParams.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 3da16edb..3f941da5 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -803,7 +803,7 @@ "sync_description": "These settings are synced to cloud.", "sync_environments": "Environments", "sync_history": "History", - "history_disabled": "History is disabled", + "history_disabled": "History is disabled. Contact your organization admin to enable history", "system_mode": "System", "telemetry": "Telemetry", "telemetry_helps_us": "Telemetry helps us to personalize our operations and deliver the best experience to you.", diff --git a/packages/hoppscotch-common/src/components/http/BodyParameters.vue b/packages/hoppscotch-common/src/components/http/BodyParameters.vue index f70bfff7..255f2c62 100644 --- a/packages/hoppscotch-common/src/components/http/BodyParameters.vue +++ b/packages/hoppscotch-common/src/components/http/BodyParameters.vue @@ -214,7 +214,7 @@