another attempt

This commit is contained in:
dekzter 2025-04-25 08:51:58 -04:00
parent 64b7b8ab95
commit d64215b5a6

View file

@ -399,7 +399,7 @@ const Channel = ({ channel = null, isOpen, onClose }) => {
label="Channel Group"
readOnly
value={
channelGroups
channelGroups[formik.values.channel_group_id]
? channelGroups[formik.values.channel_group_id].name
: ''
}