Skip to content

Commit

Permalink
FIX: Moved close-popup to Complete hook for error state handling
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrBohuslavskyi committed Jun 5, 2024
1 parent 26ecd7b commit 29a4a5f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ export class ListingUploadHistoryTableComponent implements OnInit {
element.setAttribute('download', `errors_${platform}_${date}.csv`);

element.click();
},
complete: () => {
this.loaderService.loadingEnd();
}
},
})
}

Expand Down

0 comments on commit 29a4a5f

Please sign in to comment.