This commit is contained in:
parent
8f79ad000f
commit
6ce87f07f4
|
|
@ -106,7 +106,8 @@ const NineGrid: React.FC<NineGridProps> = ({
|
|||
|
||||
const [selectedCategory, setSelectedCategory] = useState(categoriesRef.current[0].value);
|
||||
|
||||
const [articleDataList, setArticleDataList] = useState([]);
|
||||
//const [articleDataList, setArticleDataList] = useState([]);
|
||||
const [articleDataList, setArticleDataList] = useState<ArticleData[]>([]);
|
||||
const [currentPage, setCurrentPage] = React.useState(0);
|
||||
|
||||
const [isQA, setIsQA] = useState(false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue