Skip to content

Commit

Permalink
add missing props to select timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng committed Jul 19, 2024
1 parent addedeb commit 5b0e40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/web/wizard/advancedtaskwizard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ const AdvancedTaskWizard = ({
/>
</Column>
<TimeZoneSelect
name="start_timezone"
label={_('Timezone')}
value={state.start_timezone}
onChange={onValueChange}
Expand Down
1 change: 1 addition & 0 deletions src/web/wizard/modifytaskwizard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const ModifyTaskWizard = ({

<TimeZoneSelect
name="start_timezone"
label={_('Timezone')}
value={state.start_timezone}
onChange={onValueChange}
/>
Expand Down

0 comments on commit 5b0e40c

Please sign in to comment.