Merge branch 'develop' into budi-6922-the-number-0-cannot-be-displayed-on-input-number-fields-when

This commit is contained in:
melohagan 2023-09-22 14:03:41 +01:00 committed by GitHub
commit bb6bf65c0f
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()
}
}}