diff --git a/src/compenents/tree-category/index.tsx b/src/compenents/tree-category/index.tsx index 48f4a40..d92a09b 100644 --- a/src/compenents/tree-category/index.tsx +++ b/src/compenents/tree-category/index.tsx @@ -25,6 +25,15 @@ export const TreeCategory = (props: PropInterface) => { const categories = res.data.categories; if (JSON.stringify(categories) !== "{}") { const new_arr: Option[] = checkArr(categories, 0); + new_arr.unshift({ + key: 0, + title: ( +