Skip to content

Commit

Permalink
fix: clear schedule date (#3558)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Mar 7, 2024
1 parent 92d825a commit fa9c68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/modals/ChangeRequestModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const ChangeRequestModal = class extends Component {
<Button
className='ml-2'
onClick={() => {
this.setState({ live_from: null })
this.setState({ live_from: undefined })
}}
theme='secondary'
size='large'
Expand Down

0 comments on commit fa9c68f

Please sign in to comment.