Skip to content

Commit

Permalink
Display upload button for IAO users
Browse files Browse the repository at this point in the history
  • Loading branch information
milosdes committed Dec 17, 2024
1 parent 5388b99 commit 1e55551
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2242,10 +2242,7 @@ export const RecordsLog = ({
</Grid>
<Grid item xs={2}>
{
(!isHistoricalRequest && (isMinistryCoordinator || (isScanningTeamMember &&
MinistryNeedsScanning.includes(bcgovcode.replaceAll('"', "")) &&
requestType ===
FOI_COMPONENT_CONSTANTS.REQUEST_TYPE_PERSONAL))) && (
(!isHistoricalRequest) && (
<button
className={clsx("btn", "addAttachment", classes.createButton)}
variant="contained"
Expand Down

0 comments on commit 1e55551

Please sign in to comment.