mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 09:33:51 +00:00
Added support to dispatch all UI actions based on mercure bindings on a specific schedule instead of real time
This commit is contained in:
@@ -30,7 +30,7 @@ const RealTimeUpdates = (
|
||||
<Input
|
||||
type="number"
|
||||
min={0}
|
||||
placeholder={realTimeUpdates.enabled ? 'Immediate' : ''}
|
||||
placeholder="Immediate"
|
||||
disabled={!realTimeUpdates.enabled}
|
||||
value={intervalValue(realTimeUpdates.interval)}
|
||||
onChange={(e) => setRealTimeUpdatesInterval(Number(e.target.value))}
|
||||
|
||||
Reference in New Issue
Block a user