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
1 changed files with 5 additions and 5 deletions

View File

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