Skip to content

Commit ea894f6

Browse files
committed
fix fliters issue due to to eslinting
1 parent ee74f54 commit ea894f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/app/list-new/AppList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ export default function AppList({ isSuperAdmin, appListCount, isArgoInstalled }:
720720
{isArgoInstalled && (
721721
<>
722722
<Filter
723-
list={masterFilters.appStatus}
723+
list={appStatusFilters}
724724
labelKey="label"
725725
buttonText={APP_LIST_HEADERS.AppStatus}
726726
placeholder={APP_LIST_HEADERS.SearchAppStatus}
@@ -737,7 +737,7 @@ export default function AppList({ isSuperAdmin, appListCount, isArgoInstalled }:
737737
</>
738738
)}
739739
<Filter
740-
list={appStatusFilters}
740+
list={masterFilters.projects}
741741
labelKey="label"
742742
buttonText="Projects"
743743
placeholder="Search Project"

0 commit comments

Comments
 (0)