Skip to content

Commit

Permalink
fix(cb2-12972): allow users to submit cancelled iva tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonT95 committed Jul 3, 2024
1 parent e144fba commit 215b4dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export class ConfirmCancellationComponent implements OnDestroy {

const reason: string = this.form.get('reason')?.value;

this.testRecordsService.cleanTestResult();

this.testRecordsService.cancelTest(reason);
}
}

0 comments on commit 215b4dc

Please sign in to comment.