This commit is contained in:
parent
70a2f6075a
commit
daa0864a1e
|
|
@ -474,11 +474,8 @@ 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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue