edit
This commit is contained in:
@ -21,6 +21,7 @@ export class SearchDrawerComponent implements OnInit, AfterViewInit {
|
|||||||
ngAfterViewInit(): void {}
|
ngAfterViewInit(): void {}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
|
this.defaultValue = {};
|
||||||
this.service.createEvent.subscribe(({ defaultValue, newSchema, newUI }) => {
|
this.service.createEvent.subscribe(({ defaultValue, newSchema, newUI }) => {
|
||||||
if (defaultValue) {
|
if (defaultValue) {
|
||||||
this.defaultValue = defaultValue;
|
this.defaultValue = defaultValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user