Skip to content

Commit

Permalink
style: update date picker grids
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Oct 6, 2023
1 parent d0647b1 commit d64de8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/pages/Organisation/OrganisationSurveyEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const OrganisationSurveyForm = ({ languages = ['fi', 'sv', 'en'] }) => {
label={t('organisationSettings:startDate')}
id="organisation-survey-startDate"
/>
</Grid>
<Grid md={6} sm={12} xs={12} item>
<FormikDatePicker name="endDate" label={t('organisationSettings:endDate')} id="organisation-survey-endDate" />
</Grid>
</Grid>
Expand Down

0 comments on commit d64de8f

Please sign in to comment.