mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-22 01:30:15 +00:00
When adding a group. Fetch groups after.
This commit is contained in:
parent
8b361ee646
commit
c4e5710b48
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue