diff --git a/frontend/src/components/tables/ChannelsTable.jsx b/frontend/src/components/tables/ChannelsTable.jsx index f9ef3c7f..9b9958f7 100644 --- a/frontend/src/components/tables/ChannelsTable.jsx +++ b/frontend/src/components/tables/ChannelsTable.jsx @@ -23,6 +23,7 @@ import { ArrowUpNarrowWide, ArrowUpDown, ArrowDownWideNarrow, + Search, } from 'lucide-react'; import { Box, @@ -949,6 +950,7 @@ const ChannelsTable = ({}) => { size="xs" variant="unstyled" className="table-input-header" + leftSection={} />
{React.createElement(sortingIcon, { diff --git a/frontend/src/components/tables/StreamsTable.jsx b/frontend/src/components/tables/StreamsTable.jsx index d309552c..51b1b39d 100644 --- a/frontend/src/components/tables/StreamsTable.jsx +++ b/frontend/src/components/tables/StreamsTable.jsx @@ -13,6 +13,7 @@ import { ArrowUpDown, ArrowUpNarrowWide, ArrowDownWideNarrow, + Search, } from 'lucide-react'; import { TextInput, @@ -735,6 +736,7 @@ const StreamsTable = () => { size="xs" variant="unstyled" className="table-input-header" + leftSection={} />
{React.createElement(sortingIcon, {