Standardize production minute picker.
This commit is contained in:
@@ -74,6 +74,7 @@ export default function ProductionListDate({
|
|||||||
onClick={(e) => e.stopPropagation()}
|
onClick={(e) => e.stopPropagation()}
|
||||||
value={(record[field] && moment(record[field])) || null}
|
value={(record[field] && moment(record[field])) || null}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
|
minuteStep={15}
|
||||||
format="hh:mm a"
|
format="hh:mm a"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user