When adding a group. Fetch groups after.

This commit is contained in:
SergeantPanda 2025-07-12 19:05:06 -05:00
parent 8b361ee646
commit c4e5710b48

View file

@ -259,6 +259,8 @@ export default class API {
canDelete: true
};
useChannelsStore.getState().addChannelGroup(processedGroup);
// Refresh channel groups to update the UI
useChannelsStore.getState().fetchChannelGroups();
}
return response;