diff --git a/lib/components/SchemaSample/schema-sample.ts b/lib/components/SchemaSample/schema-sample.ts index c89a77e60d..a774bd911f 100644 --- a/lib/components/SchemaSample/schema-sample.ts +++ b/lib/components/SchemaSample/schema-sample.ts @@ -33,7 +33,7 @@ export class SchemaSample extends BaseComponent implements OnInit { init() { this.bindEvents(); - let base:any = {}; + let base:any = this.componentSchema; let sample; // got pointer not directly to the schema but e.g. to the response obj