fix: tippy on request + lint

This commit is contained in:
liyasthomas
2021-08-26 11:04:52 +05:30
parent f02b1639c3
commit 5e3c303aaf
2 changed files with 6 additions and 6 deletions

View File

@@ -183,7 +183,7 @@
@click.native="
() => {
copyRequest()
sendOptions.tippy().hide()
saveOptions.tippy().hide()
}
"
/>
@@ -194,7 +194,7 @@
@click.native="
() => {
showSaveRequestModal = true
sendOptions.tippy().hide()
saveOptions.tippy().hide()
}
"
/>