mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
e7c5d0e9d8
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ export default function BoxAlertCreate(
|
||||||
type={"number"}
|
type={"number"}
|
||||||
icon={faThermometerThreeQuarters}
|
icon={faThermometerThreeQuarters}
|
||||||
value={limit}
|
value={limit}
|
||||||
onChange={e => setLimit(e.target.limit)}
|
onChange={e => setLimit(e.target.value)}
|
||||||
/>
|
/>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormLabel htmlFor={"alert-window"} text={strings.alertWindow}>
|
<FormLabel htmlFor={"alert-window"} text={strings.alertWindow}>
|
||||||
|
@ -78,7 +78,7 @@ export default function BoxAlertCreate(
|
||||||
type={"number"}
|
type={"number"}
|
||||||
icon={faStopwatch}
|
icon={faStopwatch}
|
||||||
value={windowSize}
|
value={windowSize}
|
||||||
onChange={e => setWindowSize(e.target.limit)}
|
onChange={e => setWindowSize(e.target.value)}
|
||||||
/>
|
/>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
{error ?
|
{error ?
|
||||||
|
|
Loading…
Reference in a new issue