mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-18 07:13:55 +01:00
fix: push to new link route
This commit is contained in:
@@ -69,7 +69,7 @@ export const LinkItem = React.memo(
|
||||
closeButton: true,
|
||||
action: {
|
||||
label: "Go to list",
|
||||
onClick: () => router.push("/")
|
||||
onClick: () => router.push("/links")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user