1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Move on screen load action above new-design-only settings

This commit is contained in:
Andrew Kingston 2022-07-11 12:08:30 +01:00
parent 59d0d6ba7b
commit 448c9e47fa

View file

@ -132,6 +132,11 @@
return null
},
},
{
key: "onLoad",
label: "On screen load",
control: ButtonActionEditor,
},
{
key: "showNavigation",
label: "Navigation",
@ -151,11 +156,6 @@
disabled: !!$selectedScreen.layoutId,
},
},
{
key: "onLoad",
label: "On screen load",
control: ButtonActionEditor,
},
]
const removeCustomLayout = async () => {