Skip to content

Commit

Permalink
Merge pull request #4733 from bcgov/dev
Browse files Browse the repository at this point in the history
LDD miscalculation fixes
  • Loading branch information
divyav-aot authored Nov 16, 2023
2 parents 91aaee2 + 22cb959 commit fa976f8
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export default function AttachmentModal({
}
}
const getMessage = () => {
let _message = {};
switch(modalFor.toLowerCase()) {
case "add":
if(isMCFMSDPersonal && !isMinistryCoordinator) {
Expand All @@ -248,7 +249,6 @@ export default function AttachmentModal({
}
return _message;
case "replace":
let _message = {};
if (uploadFor === 'record') {
_message = {title: "Replace Records", body:<>Replace the existing record with a reformatted or updated version of the same record.<br></br>The original file that was uploaded will still be available for download.</> }
} else if (attachment) {
Expand Down
Loading

0 comments on commit fa976f8

Please sign in to comment.