Skip to content

Commit

Permalink
saving correct model (#25000)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuti149 committed Nov 20, 2023
1 parent 24cbabc commit 973147e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ export class DashboardWidget {
await this.clearSavedInfo(loc.importAssessmentKey);
if (importSavedInfo.serverAssessment !== null) {
this.stateModel._assessmentResults = importSavedInfo.serverAssessment;
this.stateModel.savedInfo = importSavedInfo;
await this.stateModel.loadSavedInfo();

serverName = importSavedInfo.serverAssessment?.issues[0]?.serverName ??
Expand Down

0 comments on commit 973147e

Please sign in to comment.