mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:16:31 +00:00
fix(client): fix field initializer in detail block (#2144)
This commit is contained in:
parent
c229d837a3
commit
4fc64af173
@ -39,7 +39,7 @@ export const ReadPrettyFormItemInitializers = (props: any) => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
associationFields.length > 0 &&
|
associationFields.length > 0 &&
|
||||||
fieldItems.push([
|
fieldItems.push(
|
||||||
{
|
{
|
||||||
type: 'divider',
|
type: 'divider',
|
||||||
},
|
},
|
||||||
@ -48,7 +48,7 @@ export const ReadPrettyFormItemInitializers = (props: any) => {
|
|||||||
title: t('Display association fields'),
|
title: t('Display association fields'),
|
||||||
children: associationFields,
|
children: associationFields,
|
||||||
},
|
},
|
||||||
]);
|
);
|
||||||
|
|
||||||
fieldItems.push(
|
fieldItems.push(
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user