Skip to content

Commit dbb2468

Browse files
authored
Add: time interval 15 min on time picker (#1827)
* Add: time interval 15 min on time picker * Create tall-teachers-compare.md
1 parent 0381598 commit dbb2468

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@orchestrator-ui/orchestrator-ui-components": patch
3+
---
4+
5+
Add: time interval 15 min on time picker

packages/orchestrator-ui-components/src/components/WfoForms/formFields/deprecated/TimestampField.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ function Timestamp({
8181
>
8282
<EuiDatePicker
8383
disabled={disabled}
84+
timeIntervals={15}
8485
selected={value ? utcTimestampToLocalMoment(value) : null}
8586
value={
8687
value

0 commit comments

Comments
 (0)