diff --git a/frontend/src/components/forms/ChannelBatch.jsx b/frontend/src/components/forms/ChannelBatch.jsx index 1025194c..3492d6ac 100644 --- a/frontend/src/components/forms/ChannelBatch.jsx +++ b/frontend/src/components/forms/ChannelBatch.jsx @@ -253,9 +253,12 @@ const ChannelBatchForm = ({ channelIds, isOpen, onClose }) => { } await API.bulkUpdateChannels(updates); + + // Refresh both channels and logos data await Promise.all([ API.requeryChannels(), useChannelsStore.getState().fetchChannels(), + ensureLogosLoaded(), // Ensure logos are refreshed ]); notifications.show({