Time selector was generating duplicate id's (#1117)
This commit is contained in:
parent
e5e07eb1bc
commit
d35582521d
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ export const TimeSelector = ({
|
||||||
<TextInput
|
<TextInput
|
||||||
{...rest}
|
{...rest}
|
||||||
type="number"
|
type="number"
|
||||||
id={`kc-time-${new Date().getTime()}`}
|
|
||||||
aria-label="kc-time"
|
aria-label="kc-time"
|
||||||
min={min || 0}
|
min={min || 0}
|
||||||
value={timeValue}
|
value={timeValue}
|
||||||
|
|
Loading…
Reference in a new issue