Fix enum defaultValue broken (#4251)

* Fix enum defaultValue broken

* Fix

* Fix
This commit is contained in:
Charles Bochet
2024-02-29 19:35:00 +01:00
committed by GitHub
parent 72ae6e44b3
commit ad4b3d0d59
5 changed files with 15 additions and 9 deletions

View File

@ -26,7 +26,7 @@ export type FieldMetadataItem = Omit<
>;
})
| null;
defaultValue?: unknown;
defaultValue?: any;
options?: {
color: ThemeColor;
id: string;