Hide popover when viewing published app (#11858)
* Hide popover when viewing published app * Refactor
This commit is contained in:
parent
5863d069ca
commit
c5accec85c
|
@ -224,10 +224,10 @@
|
|||
<span
|
||||
class="app-link"
|
||||
on:click={() => {
|
||||
appActionPopover.hide()
|
||||
if (isPublished) {
|
||||
viewApp()
|
||||
} else {
|
||||
appActionPopover.hide()
|
||||
updateAppModal.show()
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue