diff --git a/web/app/components/app/create-app-dialog/app-list/index.tsx b/web/app/components/app/create-app-dialog/app-list/index.tsx index 6fd5d05aae..d991f7b8ef 100644 --- a/web/app/components/app/create-app-dialog/app-list/index.tsx +++ b/web/app/components/app/create-app-dialog/app-list/index.tsx @@ -5,7 +5,6 @@ import type { App } from '@/models/explore' import { RiRobot2Line } from '@remixicon/react' import { useDebounceFn } from 'ahooks' import { useRouter } from 'next/navigation' -import { useQueryState } from 'nuqs' import * as React from 'react' import { useMemo, useState } from 'react' import { useTranslation } from 'react-i18next' @@ -64,9 +63,7 @@ const Apps = ({ } const [currentType, setCurrentType] = useState([]) - const [currCategory, setCurrCategory] = useQueryState('category', { - defaultValue: allCategoriesEn, - }) + const [currCategory, setCurrCategory] = useState(allCategoriesEn) const { data,