{t(
'settings.periodic_scanner.field.description',
@@ -214,9 +214,21 @@ const PeriodicScanner = () => {
{
+ setScanInterval(x => ({
+ value: Number(e.target.value),
+ unit: x.unit,
+ }))
+ }}
+ action={() => {
+ onScanIntervalUpdate(scanInterval)
+ }}
/>
{
}
export const InputLabelTitle = styled.h3.attrs({
- className: 'font-semibold',
+ className: 'font-semibold mt-4',
})``
export const InputLabelDescription = styled.p.attrs({