updated start date validation to be dependant on value of dateofapplication

This commit is contained in:
2026-01-06 12:47:56 +00:00
parent 3a5497fe76
commit dfaa54a6cf
2 changed files with 67 additions and 36 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ let BuildSection = (props) => {
props.props.accountDetails.containerID,
props.props.appealType.caseReference.ticketnumber
).then((data) => {
console.log("$1", data);
//console.log("$1", data);
setCompletedUploadFiles(true);
return data;
});