fix: fields not expanding after esbuild migration

This commit is contained in:
romanhotsiy 2022-01-26 11:40:19 +02:00
parent b2cad9c0f0
commit 915e096095
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8

View File

@ -41,7 +41,7 @@ const DEFAULT_SERIALIZATION: Record<
*/
export class FieldModel {
@observable
expanded: boolean | undefined;
expanded: boolean | undefined = undefined;
schema: SchemaModel;
name: string;