From a14870f3f089792c901bf1372f9a35dc9ed59b65 Mon Sep 17 00:00:00 2001 From: Nivedin <53208152+nivedin@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:17:34 +0530 Subject: [PATCH] fix: collection auth headers active tab update bug and type fix (#3899) --- .../src/components/collections/Properties.vue | 34 ++-- .../src/components/collections/index.vue | 18 +- .../src/components/http/Headers.vue | 8 +- .../src/helpers/collection/collection.ts | 166 ++++++++---------- .../src/helpers/utils/EffectiveURL.ts | 27 ++- 5 files changed, 131 insertions(+), 122 deletions(-) diff --git a/packages/hoppscotch-common/src/components/collections/Properties.vue b/packages/hoppscotch-common/src/components/collections/Properties.vue index 072aae2b7..f23c64173 100644 --- a/packages/hoppscotch-common/src/components/collections/Properties.vue +++ b/packages/hoppscotch-common/src/components/collections/Properties.vue @@ -66,19 +66,18 @@