mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:58:43 +00:00
fix: create-nocobase-app + yarn dev error (#3599)
This commit is contained in:
parent
c1c4d93dce
commit
61c24ac2fd
@ -1358,7 +1358,7 @@ export const SchemaSettingsDataTemplates = function DataTemplates(props) {
|
||||
);
|
||||
};
|
||||
|
||||
export const SchemaSettingsEnableChildCollections = function EnableChildCollectionsItem(props) {
|
||||
export function SchemaSettingsEnableChildCollections(props) {
|
||||
const { collectionName } = props;
|
||||
const fieldSchema = useFieldSchema();
|
||||
const field = useField();
|
||||
@ -1443,7 +1443,7 @@ export const SchemaSettingsEnableChildCollections = function EnableChildCollecti
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
export const defaultInputStyle = css`
|
||||
& > .nb-form-item {
|
||||
|
Loading…
Reference in New Issue
Block a user