efficient-indigoE
Refine3y ago
12 replies
efficient-indigo

onClick show walk in record BOOKING ID

onClick={() => show("walk_in", record?.BOOKING_ID)}
onClick={() => {
go({
to: getToPath({
resource: "walk_in"
action: "show",
meta: {
id: 1,
},
}),
});
}}
Hi, When I use useGo it doesn't navigate to the page.
Was this page helpful?