Skip to content

Commit

Permalink
fix(ui): Style issue with the time input in the DatePicker (#2078)
Browse files Browse the repository at this point in the history
close #2075
  • Loading branch information
nicolasdelvat authored Feb 24, 2025
1 parent c676917 commit 1a0bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/Topic/TopicProduce/TopicProduce.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ class TopicProduce extends Form {
<div className="input-group">
<DatePicker
showDateTimeInput
showTimeInput
showTimeSelect
value={datetime}
onChange={value => {
this.setState({
Expand Down

0 comments on commit 1a0bdd0

Please sign in to comment.