From 5e3c303aafb7bc4b81a368ea2187c0a04f3858fb Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Thu, 26 Aug 2021 11:04:52 +0530 Subject: [PATCH] fix: tippy on request + lint --- components/http/Authorization.vue | 8 ++++---- components/http/Request.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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" > @@ -194,7 +194,7 @@ @click.native=" () => { showSaveRequestModal = true - sendOptions.tippy().hide() + saveOptions.tippy().hide() } " />