fix loi close modal truyen page sai

This commit is contained in:
huyt 2022-01-10 13:56:06 +07:00
parent ff58a9f573
commit 70597332d7

View File

@ -192,7 +192,7 @@ export default function ListItem() {
const onCloseModal = () => { const onCloseModal = () => {
setShowModal(false) setShowModal(false)
setActivePage(activePage) setActivePage(activePage)
getData(1) getData(activePage)
} }
const reset = async () => { const reset = async () => {