Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 authored Apr 3, 2024
1 parent ba3e5f9 commit e8e027a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e8e027a

Please sign in to comment.