1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

Merge remote-tracking branch 'origin/main'

This commit is contained in:
@uni-chiara 2021-05-25 18:28:53 +02:00
commit e7c5d0e9d8

View file

@ -69,7 +69,7 @@ export default function BoxAlertCreate(
type={"number"}
icon={faThermometerThreeQuarters}
value={limit}
onChange={e => setLimit(e.target.limit)}
onChange={e => setLimit(e.target.value)}
/>
</FormLabel>
<FormLabel htmlFor={"alert-window"} text={strings.alertWindow}>
@ -78,7 +78,7 @@ export default function BoxAlertCreate(
type={"number"}
icon={faStopwatch}
value={windowSize}
onChange={e => setWindowSize(e.target.limit)}
onChange={e => setWindowSize(e.target.value)}
/>
</FormLabel>
{error ?