update routes.ts
This commit is contained in:
parent
377f8c1020
commit
83f1188cb8
|
|
@ -15,6 +15,7 @@ const ManageValues = () => {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
getValues();
|
getValues();
|
||||||
}, []);
|
}, []);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue