mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-22 09:37:57 +00:00
requery on channel delete
This commit is contained in:
parent
ebf514cbed
commit
4df796ac7f
1 changed files with 1 additions and 0 deletions
|
|
@ -417,6 +417,7 @@ const ChannelsTable = ({}) => {
|
|||
return deleteChannels();
|
||||
}
|
||||
await API.deleteChannel(id);
|
||||
API.requeryChannels();
|
||||
};
|
||||
|
||||
const createRecording = (channel) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue