efficient-indigoE
Refine3y ago
3 replies
efficient-indigo

useGo

<Button
onClick={() => {
go({
to: getToPath({
resource: "posts",
action: "edit",
meta: {
id: 1,
},
}),
});
}}
>
Go To Edit Post
</Button>
it doesn't work
Was this page helpful?