Attempting to fix blank screen from form

This commit is contained in:
dekzter 2025-04-24 19:01:25 -04:00
parent 3cc7366301
commit d28e3f4491

View file

@ -196,7 +196,7 @@ const Channel = ({ channel = null, isOpen, onClose }) => {
setTvgFilter('');
setLogoFilter('');
}
}, [channel, tvgsById]);
}, [channel, tvgsById, channelGroups]);
useEffect(() => {
setLogoOptions([{ id: '0', name: 'Default' }].concat(Object.values(logos)));