Skip to content

Commit

Permalink
fix crumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo committed Jan 6, 2025
1 parent 5a55184 commit cc1a9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/ldap/addon/routes/libraries/subdirectory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class LdapLibrariesSubdirectoryRoute extends Route {
super.setupController(controller, resolvedModel, transition);

const routeParams = (childResource: string) => {
return [resolvedModel.backendModel.id, , childResource];
return [resolvedModel.backendModel.id, childResource];
};

controller.breadcrumbs = [
Expand Down

0 comments on commit cc1a9b8

Please sign in to comment.