clear in progress export on export stop

This commit is contained in:
Abhinav 2023-05-15 13:46:39 +05:30
parent ff84ebc7ab
commit 02bfbedae6

View file

@ -318,6 +318,7 @@ class ExportService {
async stopRunningExport() {
try {
this.stopExport = true;
this.exportInProgress = false;
this.reRunNeeded = false;
await this.postExport();
} catch (e) {