From 278aca937382a7db5c7f33b4fcfbaa5a997e82c6 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Thu, 2 May 2024 14:24:27 +0000 Subject: [PATCH] fix(app-list-grid): Update docs link from vmware to CW apps catalog docs --- dashboard/src/components/AppList/AppListGrid.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src/components/AppList/AppListGrid.tsx b/dashboard/src/components/AppList/AppListGrid.tsx index 88d7be92e58..b5aaa9e800c 100644 --- a/dashboard/src/components/AppList/AppListGrid.tsx +++ b/dashboard/src/components/AppList/AppListGrid.tsx @@ -23,7 +23,7 @@ export interface IAppListProps { } function AppListGrid(props: IAppListProps) { - const { appList, customResources, cluster, namespace, appVersion, filter } = props; + const { appList, customResources, cluster, namespace, filter } = props; const filteredReleases = (appList || []).filter(a => new RegExp(escapeRegExp(filter), "i").test(a.name), ); @@ -40,7 +40,7 @@ function AppListGrid(props: IAppListProps) { Start browsing your favourite apps{" "} or check the{" "}