Handle missing assets in search.

This commit is contained in:
softsimon 2020-05-28 01:01:35 +07:00
parent 559a6dd19a
commit 3b546b234f
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -12,7 +12,7 @@ import { StateService } from 'src/app/services/state.service';
})
export class SearchFormComponent implements OnInit {
network = '';
assets: object;
assets: object = {};
searchForm: FormGroup;
@Output() searchTriggered = new EventEmitter();