diff --git a/components/http/Authorization.vue b/components/http/Authorization.vue
index 0bafbd501..b230e89bd 100644
--- a/components/http/Authorization.vue
+++ b/components/http/Authorization.vue
@@ -113,9 +113,9 @@
class="divide-x divide-dividerLight border-b border-dividerLight flex"
>
{
copyRequest()
- sendOptions.tippy().hide()
+ saveOptions.tippy().hide()
}
"
/>
@@ -194,7 +194,7 @@
@click.native="
() => {
showSaveRequestModal = true
- sendOptions.tippy().hide()
+ saveOptions.tippy().hide()
}
"
/>