mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
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 {
|
||||
network = '';
|
||||
assets: object;
|
||||
assets: object = {};
|
||||
|
||||
searchForm: FormGroup;
|
||||
@Output() searchTriggered = new EventEmitter();
|
||||
|
Loading…
Reference in New Issue
Block a user