Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelmd-eGov committed Jul 30, 2024
1 parent b289327 commit 571b8e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function UpdateDatesWithBoundaries() {
}
let isValid = checkValid(formData);
if (!isValid) {
setShowToast({ isError: true, label: "MANDATORY_FIELDS_MISSING" });
setShowToast({ isError: true, label: "UPDATE_DATE_MANDATORY_FIELDS_MISSING" });
return;
}
setShowPopUp(formData);
Expand Down

0 comments on commit 571b8e7

Please sign in to comment.