fix: hide add tab button

This commit is contained in:
chenos 2022-12-18 09:44:01 +08:00
parent 28fadf945d
commit a403e22439

View File

@ -163,6 +163,7 @@ export const Page = (props) => {
}, 50);
}}
tabBarExtraContent={
dn.designable && (
<Button
className={css`
border-color: rgb(241, 139, 98) !important;
@ -210,6 +211,7 @@ export const Page = (props) => {
>
Add tab
</Button>
)
}
>
{fieldSchema.mapProperties((schema) => {