Skip to content

Commit

Permalink
Merge pull request #4591 from bcgov/dev
Browse files Browse the repository at this point in the history
Small bug fix for ministry user #4569
  • Loading branch information
richard-aot authored Oct 12, 2023
2 parents cfe8883 + d1f7a91 commit 411cb53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default function AttachmentModal({
const getMessage = () => {
switch(modalFor.toLowerCase()) {
case "add":
if(isMCFMSDPersonal) {
if(isMCFMSDPersonal && !isMinistryCoordinator) {
return {title: "Add Scanned Records", body: ""};
}
else
Expand Down

0 comments on commit 411cb53

Please sign in to comment.