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