Merge branch 'develop' into remove-default-value-conditions
This commit is contained in:
commit
1fde202c49
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.10.12-alpha.3",
|
||||
"version": "2.10.12-alpha.4",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
|
|
@ -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