sejal-gupta-ksolves commented on code in PR #67636:
URL: https://github.com/apache/airflow/pull/67636#discussion_r3322781448
##########
airflow-core/src/airflow/ui/src/components/FlexibleForm/FieldDateTime.tsx:
##########
@@ -62,6 +66,7 @@ export const FieldDateTime = ({
onChange={(event) => handleChange(event.target.value)}
required={rest.required}
size="sm"
+ step={isTime ? 1 : undefined}
Review Comment:
Agreed! Keeping it down to just this single property keeps things much
simpler and cleaner. I've updated the file to use only this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]