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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user