mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 23:16:03 +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,
|
||||
};
|
||||
});
|
||||
}, [fieldSchema, props.className, t]);
|
||||
}, [fieldSchema, props.className, t, fieldSchema.mapProperties((schema) => schema.title || t('Unnamed')).join()]);
|
||||
|
||||
const footer = useMemo(() => {
|
||||
return enablePageTabs ? (
|
||||
|
Loading…
Reference in New Issue
Block a user