1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +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 b11df37920
commit cfee376a97

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 () => {