updated start date validation to be dependant on value of dateofapplication
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user