minor RO fixes.

This commit is contained in:
Patrick Fic
2024-03-27 09:54:40 -07:00
parent 3eaa23beac
commit b1dfd23fd4
3 changed files with 16 additions and 3 deletions

View File

@@ -602,7 +602,11 @@ function Header({
},
];
menuItems.push({
InstanceRenderManager({
executeFunction:true,
args: [],
imex:
() => { menuItems.push({
key: 'beta-switch',
style: { marginLeft: 'auto' },
label: (
@@ -618,7 +622,8 @@ function Header({
<Switch checked={betaSwitch} onChange={betaSwitchChange} />
</Tooltip>
),
});
});}
})
return (
<Layout.Header>