Skip to content

Commit

Permalink
Fixes #36915 - Correct datetime input for report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 committed Nov 15, 2023
1 parent b566ea8 commit 897eae3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ class DateTimePicker extends React.Component {
/>
<Popover
position={placement}
className="container"
style={{ minWidth: '50em', width: '33%'}}

Check failure on line 96 in webpack/assets/javascripts/react_app/components/common/DateTimePicker/DateTimePicker.js

View workflow job for this annotation

GitHub Actions / test (2.7, 14)

Expected consistent spacing

Check failure on line 96 in webpack/assets/javascripts/react_app/components/common/DateTimePicker/DateTimePicker.js

View workflow job for this annotation

GitHub Actions / test (2.7, 14)

Insert `·`
bodyContent={popover}
onShown={() => this.setState({ hiddenValue: false })}
>
Expand Down

0 comments on commit 897eae3

Please sign in to comment.