From b78b2d0e7886cc895ce2dcb1be114f1b10954294 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Fri, 31 Dec 2021 21:36:10 +0530 Subject: [PATCH] fix: bulk headers not resetting on clear content --- packages/hoppscotch-app/components/http/Headers.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/hoppscotch-app/components/http/Headers.vue b/packages/hoppscotch-app/components/http/Headers.vue index d2dd01a07..2aa86b31e 100644 --- a/packages/hoppscotch-app/components/http/Headers.vue +++ b/packages/hoppscotch-app/components/http/Headers.vue @@ -335,5 +335,7 @@ const clearContent = () => { active: true, }, ] + + bulkHeaders.value = "" }