From 70a2f6075a64f14a8f03a5809bb7cfbd5a50d278 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 30 Mar 2025 20:18:12 +0800 Subject: [PATCH] . --- apps/blogai/components/article/article.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/blogai/components/article/article.tsx b/apps/blogai/components/article/article.tsx index 094acc8..8f4412b 100644 --- a/apps/blogai/components/article/article.tsx +++ b/apps/blogai/components/article/article.tsx @@ -474,8 +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);