awake-maroonA
Refine13mo ago
7 replies
awake-maroon

navigate to show with custom params

import { useNavigation } from "@refinedev/core";

const { show } = useNavigation();

how can i go to resource members with id of 5 and param of activeTab 4
Was this page helpful?