fixed route (#3411)

fixes: #3406
This commit is contained in:
Erik Jan de Wit 2022-09-29 22:24:16 +02:00 committed by GitHub
parent 34ffd01da8
commit ca97e4f930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",