Skip to content

Commit 7348e58

Browse files
committed
app-catalog: Set params for search and category
Signed-off-by: Evangelos Skopelitis <[email protected]>
1 parent a8bad8e commit 7348e58

File tree

1 file changed

+8
-1
lines changed
  • app-catalog/src/components/charts

1 file changed

+8
-1
lines changed

app-catalog/src/components/charts/List.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,14 @@ export function ChartsList({ fetchCharts = fetchChartsFromArtifact }) {
192192
<SectionHeader
193193
title="Applications"
194194
titleSideActions={[<SettingsLink />]}
195-
actions={[<Search />, <CategoryForCharts />]}
195+
actions={[
196+
<Search search={search} setSearch={setSearch} />,
197+
<CategoryForCharts
198+
helmChartCategoryList={helmChartCategoryList}
199+
chartCategory={chartCategory}
200+
setChartCategory={setChartCategory}
201+
/>,
202+
]}
196203
/>
197204
<Box>
198205
{!charts ? (

0 commit comments

Comments
 (0)