Skip to content

Commit

Permalink
Bug fix on observation 6 in FOIMOD-2976
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-aot committed Aug 7, 2024
1 parent 140d144 commit 8bf8240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,7 @@ export const RecordsLog = ({
variant="contained"
onClick={addAttachments}
color="primary"
disabled={lockRecords || conversionFormats?.length < 1 || (isMinistryCoordinator && divisions.length > 0)}
disabled={lockRecords || conversionFormats?.length < 1 || (isMinistryCoordinator && divisions.length === 0)}
>
+ Upload Records
</button>
Expand Down

0 comments on commit 8bf8240

Please sign in to comment.