Skip to content

Commit

Permalink
fix #209091
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Apr 3, 2024
1 parent de571f4 commit 741dd49
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 741dd49

Please sign in to comment.