update routes.ts

This commit is contained in:
joseph le 2023-09-13 15:51:33 +07:00
parent 377f8c1020
commit 83f1188cb8
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ const ManageValues = () => {
console.log(error); console.log(error);
} }
}; };
useEffect(() => { useEffect(() => {
getValues(); getValues();
}, []); }, []);