Skip to content
Snippets Groups Projects
Commit bd0ecc54 authored by AndiMajore's avatar AndiMajore
Browse files

fixing issues with unresponsive banners

parent 933613d5
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
@Input()
public set network(network: string | undefined) {
this.drugstoneConfig.gettingNetworkIssue = false;
this.drugstoneConfig.gettingNetworkEmpty = false;
this.drugstoneConfig.parsingIssueNetwork = false;
if (network == null) {
this.drugstoneConfig.gettingNetworkIssue = true;
console.error('Failed parsing input network! Reason: Network JSON is empty');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment