Fix enum defaultValue broken (#4251)
* Fix enum defaultValue broken * Fix * Fix
This commit is contained in:
@ -26,7 +26,7 @@ export type FieldMetadataItem = Omit<
|
||||
>;
|
||||
})
|
||||
| null;
|
||||
defaultValue?: unknown;
|
||||
defaultValue?: any;
|
||||
options?: {
|
||||
color: ThemeColor;
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user