[Library | develop & Eosc Explore | develop]: index.html: Updated favicon for beta | transferData.component.ts: Added check for client side before opening Data Transfer modal.

This commit is contained in:
Konstantina Galouni 2023-04-26 15:54:43 +03:00
parent 058d30f4c1
commit 3be6013644
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export class EGIDataTransferComponent {
}
ngAfterViewInit() {
if(this.isOpen){
if(this.isOpen && typeof document !== 'undefined'){
this.open();
}
}