mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 05:40:19 +03:00
fix: fields not expanding after esbuild migration
This commit is contained in:
parent
b2cad9c0f0
commit
915e096095
|
@ -41,7 +41,7 @@ const DEFAULT_SERIALIZATION: Record<
|
||||||
*/
|
*/
|
||||||
export class FieldModel {
|
export class FieldModel {
|
||||||
@observable
|
@observable
|
||||||
expanded: boolean | undefined;
|
expanded: boolean | undefined = undefined;
|
||||||
|
|
||||||
schema: SchemaModel;
|
schema: SchemaModel;
|
||||||
name: string;
|
name: string;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user