mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 03:25:10 +00:00
fix: fix add tab
This commit is contained in:
parent
f6de620be5
commit
a97c5f1e06
@ -155,7 +155,7 @@ export const Page = (props) => {
|
|||||||
key: schema.name as string,
|
key: schema.name as string,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}, [fieldSchema, props.className, t]);
|
}, [fieldSchema, props.className, t, fieldSchema.mapProperties((schema) => schema.title || t('Unnamed')).join()]);
|
||||||
|
|
||||||
const footer = useMemo(() => {
|
const footer = useMemo(() => {
|
||||||
return enablePageTabs ? (
|
return enablePageTabs ? (
|
||||||
|
Loading…
Reference in New Issue
Block a user