update route

This commit is contained in:
Warunee Tamkoo 2023-07-25 11:38:17 +07:00
parent 9a06a8f5b9
commit 6c4f1f4d37
3 changed files with 3 additions and 3 deletions

View file

@ -485,7 +485,7 @@ const OriginalDataFetch = async () => {
//
const redirectToPage = (id?: number) => {
router.push(`/dismiss-order/addorder`);
router.push(`/dismiss-order/add`);
};
const clickDelete = (id: string) => {