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 = "" }