updated route retirement
This commit is contained in:
parent
483fc2943a
commit
ebd4702356
6 changed files with 160 additions and 138 deletions
|
|
@ -151,7 +151,7 @@ const resetFilter = () => {
|
|||
|
||||
/** Setting Pagination */
|
||||
const nextPage = (id: string) => {
|
||||
router.push("/deceased/" + id);
|
||||
router.push("/retirement/deceased/" + id);
|
||||
};
|
||||
const pagination = ref({
|
||||
sortBy: "createdAt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue