Skip to content

Commit

Permalink
Merge pull request #1861 from bcgov/hotfix/ALCS-2253
Browse files Browse the repository at this point in the history
Fix "Staff Report" Field Being Required When Not Authorized
  • Loading branch information
Abradat authored Sep 16, 2024
2 parents c1ab369 + 6265034 commit d0998a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Attachments</h2>
(uploadFiles)="attachStaffReport($event)"
(deleteFile)="deleteFile($event)"
(openFile)="openFile($event)"
[isRequired]="true"
[isRequired]="isAuthorized"
[showErrors]="showErrors"
[showVirusError]="showStaffReportVirusError"
></app-file-drag-drop>
Expand Down

0 comments on commit d0998a0

Please sign in to comment.