From 970734c5dfa4d604d8036c93db4f181286ba8dab Mon Sep 17 00:00:00 2001 From: dekzter Date: Thu, 3 Apr 2025 10:42:09 -0400 Subject: [PATCH] handle if currently selected profile is deleted, slight ui changes to channels form --- frontend/src/components/forms/Channel.jsx | 22 ++-- .../src/components/tables/StreamsTable.jsx | 109 +++++++++++------- frontend/src/store/channels.jsx | 17 ++- 3 files changed, 92 insertions(+), 56 deletions(-) diff --git a/frontend/src/components/forms/Channel.jsx b/frontend/src/components/forms/Channel.jsx index d40aacf1..b5f18c56 100644 --- a/frontend/src/components/forms/Channel.jsx +++ b/frontend/src/components/forms/Channel.jsx @@ -380,7 +380,7 @@ const Channel = ({ channel = null, isOpen, onClose }) => { - +