fix: hide add tab button
This commit is contained in:
parent
28fadf945d
commit
a403e22439
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user