Merge branch 'develop' into set_present_as_end_date

This commit is contained in:
Amruth Pillai
2021-07-13 10:40:20 +05:30
committed by GitHub
4 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -80,14 +80,14 @@ const EducationModal = () => {
<Input
type="date"
label={t('shared.forms.startDate')}
placeholder="6th August 208"
placeholder="6th August 2018"
{...getFieldProps(formik, schema, 'startDate')}
/>
<Input
type="date"
label={t('shared.forms.endDate')}
placeholder="6th August 208"
placeholder="6th August 2018"
{...getFieldProps(formik, schema, 'endDate')}
/>
+2 -2
View File
@@ -60,14 +60,14 @@ const ProjectModal = () => {
<Input
type="date"
label={t('shared.forms.startDate')}
placeholder="6th August 208"
placeholder="6th August 2018"
{...getFieldProps(formik, schema, 'startDate')}
/>
<Input
type="date"
label={t('shared.forms.endDate')}
placeholder="6th August 208"
placeholder="6th August 2018"
{...getFieldProps(formik, schema, 'endDate')}
/>
+2 -2
View File
@@ -71,14 +71,14 @@ const WorkModal = () => {
<Input
type="date"
label={t('shared.forms.startDate')}
placeholder="6th August 208"
placeholder="6th August 2018"
{...getFieldProps(formik, schema, 'startDate')}
/>
<Input
type="date"
label={t('shared.forms.endDate')}
placeholder="6th August 208"
placeholder="6th August 2018"
{...getFieldProps(formik, schema, 'endDate')}
/>