diff --git a/frontend/src/components/tables/ChannelsTable.jsx b/frontend/src/components/tables/ChannelsTable.jsx index f32f6a8b..9cb5aa34 100644 --- a/frontend/src/components/tables/ChannelsTable.jsx +++ b/frontend/src/components/tables/ChannelsTable.jsx @@ -417,6 +417,7 @@ const ChannelsTable = ({}) => { return deleteChannels(); } await API.deleteChannel(id); + API.requeryChannels(); }; const createRecording = (channel) => {