fix: json field type
This commit is contained in:
@@ -264,6 +264,7 @@ export type JSONField = Omit<FieldBase, 'admin'> & {
|
||||
admin?: Admin
|
||||
type: 'json';
|
||||
editorOptions?: any;
|
||||
jsonError?: string;
|
||||
}
|
||||
|
||||
export type SelectField = FieldBase & {
|
||||
|
||||
Reference in New Issue
Block a user