From 8607d626fa34e7a91ac0e8b439097b00ba004ee2 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Tue, 16 Sep 2025 16:32:32 -0500 Subject: [PATCH] Update logo store when bulk changing logos. --- frontend/src/components/forms/ChannelBatch.jsx | 3 +++ 1 file changed, 3 insertions(+) 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({