Skip to content

Commit

Permalink
fix(Access Code): Remove error message when access code is valid (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan authored Feb 15, 2023
1 parent 448b948 commit 1da08b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export class AddProjectDialogComponent implements OnInit {
if (runInfo.wiseVersion === 4) {
this.setInvalidRunCode();
} else {
this.addProjectForm.controls['runCode'].setErrors(null);
this.registerRunPeriods = runInfo.periods;
this.addProjectForm.controls['period'].enable();
}
Expand Down

0 comments on commit 1da08b4

Please sign in to comment.