Skip to content

Commit

Permalink
#299 changed the from this.status to this.progressStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Ventura-25 committed Nov 24, 2022
1 parent 857e7fa commit 7dccdac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default class mcdo_RetrieveTable extends LightningElement {
try {
let details = await getJobProgress({ jobExecutionId: this.jobExecutionId });
this.resultId = details.resultId;
this.status = details.status;
this.progressStatus = details.status;
this.progress = details.progress;
this.stepName = details.stepName;
this.lastModified = details.lastModified;
Expand Down

0 comments on commit 7dccdac

Please sign in to comment.