project list or card will display 10 per page.

This commit is contained in:
Pramod Mahajan 2025-05-08 13:19:28 +05:30 committed by Vikas Nale
parent 1ae1a45cb1
commit 7fa502f44c

View File

@ -25,7 +25,7 @@ const ProjectList = () => {
const dispatch = useDispatch();
const [currentPage, setCurrentPage] = useState(1);
const [itemsPerPage] = useState(6);
const [itemsPerPage] = useState(10);
const [searchTerm, setSearchTerm] = useState("");
const [selectedStatuses, setSelectedStatuses] = useState([
"b74da4c2-d07e-46f2-9919-e75e49b12731",