parent
34ffd01da8
commit
ca97e4f930
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export type MapperParams = {
|
|||
};
|
||||
|
||||
export const MapperRoute: RouteDef = {
|
||||
path: "/:realm/client-scopes/:id/:type/mappers/:mapperId",
|
||||
path: "/:realm/client-scopes/:id/mappers/:type/:mapperId",
|
||||
component: lazy(() => import("../details/MappingDetails")),
|
||||
breadcrumb: (t) => t("common:mappingDetails"),
|
||||
access: "view-clients",
|
||||
|
|
Loading…
Reference in a new issue