fix: push to new link route

This commit is contained in:
Aslam H
2024-09-08 04:37:28 +07:00
parent cb9e8f46da
commit a87c27d91f

View File

@@ -69,7 +69,7 @@ export const LinkItem = React.memo(
closeButton: true,
action: {
label: "Go to list",
onClick: () => router.push("/")
onClick: () => router.push("/links")
}
}