diff --git a/frontend/src/components/forms/EPG.jsx b/frontend/src/components/forms/EPG.jsx index f8f9ca2d..b886dccf 100644 --- a/frontend/src/components/forms/EPG.jsx +++ b/frontend/src/components/forms/EPG.jsx @@ -128,6 +128,14 @@ const EPG = ({ epg = null, isOpen, onClose }) => { ]} /> + How often to automatically refresh EPG data
+ (0 to disable automatic refreshes)} + {...form.getInputProps('refresh_interval')} + key={form.key('refresh_interval')} + /> + { key={form.key('is_active')} /> - How often to automatically refresh EPG data
- (0 to disable automatic refreshes)} - {...form.getInputProps('refresh_interval')} - key={form.key('refresh_interval')} - /> -