Handle missing assets in search.
This commit is contained in:
parent
559a6dd19a
commit
3b546b234f
@ -12,7 +12,7 @@ import { StateService } from 'src/app/services/state.service';
|
|||||||
})
|
})
|
||||||
export class SearchFormComponent implements OnInit {
|
export class SearchFormComponent implements OnInit {
|
||||||
network = '';
|
network = '';
|
||||||
assets: object;
|
assets: object = {};
|
||||||
|
|
||||||
searchForm: FormGroup;
|
searchForm: FormGroup;
|
||||||
@Output() searchTriggered = new EventEmitter();
|
@Output() searchTriggered = new EventEmitter();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user