mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:26:44 +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 &&
|
||||
fieldItems.push([
|
||||
fieldItems.push(
|
||||
{
|
||||
type: 'divider',
|
||||
},
|
||||
@ -48,7 +48,7 @@ export const ReadPrettyFormItemInitializers = (props: any) => {
|
||||
title: t('Display association fields'),
|
||||
children: associationFields,
|
||||
},
|
||||
]);
|
||||
);
|
||||
|
||||
fieldItems.push(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user