diff --git a/src/components/shared/templates/AdminBoard/index.tsx b/src/components/shared/templates/AdminBoard/index.tsx index c54fdfd76..b60bf723a 100644 --- a/src/components/shared/templates/AdminBoard/index.tsx +++ b/src/components/shared/templates/AdminBoard/index.tsx @@ -298,7 +298,6 @@ export default function CommonAdminBoard({ const resetAppCards = useCallback( (value: string, type: string) => { - setState({ type: ActionKind.SET_APPS_AND_APP_CARDS, payload: [] }) setState({ type: ActionKind.SET_REQUEST_BODY, payload: { @@ -468,16 +467,19 @@ export default function CommonAdminBoard({ refetch={refetch} /> )} - {!isFetching && data?.meta && data?.meta?.totalPages > page + 1 && ( -