]> git.localhorst.tv Git - alttp.git/commitdiff
fix channel select
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 24 Sep 2025 12:29:31 +0000 (14:29 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 24 Sep 2025 12:29:31 +0000 (14:29 +0200)
resources/js/components/common/ChannelSelect.jsx

index a9a90d45cf010aeb9cfa5c39d02efa4c94e38f15..737c18a97d908f2aeaa23054b69f6cd7e20a6360 100644 (file)
@@ -117,6 +117,7 @@ const ChannelSelect = ({
                                                        key={result.id}
                                                        onClick={() => {
                                                                onChange({
+                                                                       channel: result,
                                                                        target: { name, value: result.id },
                                                                });
                                                                setSearch('');