1
0
Fork 0
mirror of synced 2024-07-20 21:55:54 +12:00

Merge branch 'develop' into remove-default-value-conditions

This commit is contained in:
Andrew Kingston 2023-09-22 16:03:55 +01:00 committed by GitHub
commit 1fde202c49
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"version": "2.10.12-alpha.3",
"version": "2.10.12-alpha.4",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

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