Skip to content

Commit

Permalink
fix(cb2-12972): allow users to submit cancelled iva tests (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonT95 authored Jul 19, 2024
1 parent b57b56a commit 688c526
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 688c526

Please sign in to comment.