diff --git a/apps/blogai/components/article/article.tsx b/apps/blogai/components/article/article.tsx index 8f4412b..d62ce33 100644 --- a/apps/blogai/components/article/article.tsx +++ b/apps/blogai/components/article/article.tsx @@ -474,14 +474,11 @@ const Article = () => { const language = i18n.language - // const defCategories: TagItem[] = [ - // { name: t("article.all"), value: "" } - // ] - const defCategories: TagItem[] = [ + { name: t("article.all"), value: "" } ] - const categoriesRef = useRef(defCategories); + const categoriesRef = useRef(defCategories); const [initLoading, setInitLoading] = useState(false); const [initTags, setInitTags] = useState(false);