From: Daniel Karbach Date: Wed, 24 Sep 2025 12:29:31 +0000 (+0200) Subject: fix channel select X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=03c365083bec5903239fb57fc869bcfbaedb0c4a;p=alttp.git fix channel select --- diff --git a/resources/js/components/common/ChannelSelect.jsx b/resources/js/components/common/ChannelSelect.jsx index a9a90d4..737c18a 100644 --- a/resources/js/components/common/ChannelSelect.jsx +++ b/resources/js/components/common/ChannelSelect.jsx @@ -117,6 +117,7 @@ const ChannelSelect = ({ key={result.id} onClick={() => { onChange({ + channel: result, target: { name, value: result.id }, }); setSearch('');