Hide popover when viewing published app (#11858)

* Hide popover when viewing published app

* Refactor
This commit is contained in:
melohagan 2023-09-22 13:24:19 +01:00 committed by GitHub
parent 5863d069ca
commit c5accec85c
1 changed files with 1 additions and 1 deletions

View File

@ -224,10 +224,10 @@
<span
class="app-link"
on:click={() => {
appActionPopover.hide()
if (isPublished) {
viewApp()
} else {
appActionPopover.hide()
updateAppModal.show()
}
}}