mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 11:04:07 +00:00
Attempting to fix blank screen from form
This commit is contained in:
parent
3cc7366301
commit
d28e3f4491
1 changed files with 1 additions and 1 deletions
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue