Commit fc1b4ee3 by jaymehta

.

1 parent 1f47f486
...@@ -650,7 +650,7 @@ const ActivityDetails = ({ isUpdate }) => { ...@@ -650,7 +650,7 @@ const ActivityDetails = ({ isUpdate }) => {
<div className="col-md-12 "> <div className="col-md-12 ">
<div className="input-group"> <div className="input-group">
<span className="col-md-12 my-1">Start date and end date of the activity:</span> <span className="col-md-12 my-1">Start date and end date of the activity:</span>
<LazyLoad> {/* <LazyLoad> */}
{isUpdate ? ( {isUpdate ? (
<RangePicker <RangePicker
id="activityPeriod" id="activityPeriod"
...@@ -686,7 +686,7 @@ const ActivityDetails = ({ isUpdate }) => { ...@@ -686,7 +686,7 @@ const ActivityDetails = ({ isUpdate }) => {
}} }}
/> />
)} )}
</LazyLoad> {/* </LazyLoad> */}
{touched.activityPeriod && errors.activityPeriod && ( {touched.activityPeriod && errors.activityPeriod && (
<span className="form-error" style={{ color: "red", fontSize: "10px" }}> <span className="form-error" style={{ color: "red", fontSize: "10px" }}>
{errors.activityPeriod} {errors.activityPeriod}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!