This commit is contained in:
parent
d479a51eb9
commit
70a2f6075a
|
|
@ -474,8 +474,11 @@ const Article = () => {
|
||||||
|
|
||||||
const language = i18n.language
|
const language = i18n.language
|
||||||
|
|
||||||
|
// const defCategories: TagItem[] = [
|
||||||
|
// { name: t("article.all"), value: "" }
|
||||||
|
// ]
|
||||||
|
|
||||||
const defCategories: TagItem[] = [
|
const defCategories: TagItem[] = [
|
||||||
{ name: t("article.all"), value: "" }
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const categoriesRef = useRef(defCategories);
|
const categoriesRef = useRef(defCategories);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue