[Library | develop]: transferData.component.ts: Keep data transfer modal open after transfer action, to show status of the transfer.

This commit is contained in:
Konstantina Galouni 2023-09-11 18:08:34 +03:00
parent 741a70fa1c
commit f679385725
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ export class EGIDataTransferComponent {
this.init();
if(!this.isMobile) {
this.egiTransferModal.stayOpen = true;
// this.egiTransferModal.back = true;
this.egiTransferModal.cancelButton = false;
this.egiTransferModal.okButton = true;