This commit is contained in:
Sandeep Somavarapu 2024-04-03 18:00:55 +02:00 committed by GitHub
parent ba3e5f94c7
commit e8e027ad44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -556,6 +556,7 @@ export class UserDataProfileImportExportService extends Disposable implements IU
try {
await this.doExportProfile(userDataProfilesExportState);
} catch (error) {
exportAction.enabled = true;
this.notificationService.error(error);
throw error;
}