Skip to content

Commit

Permalink
feat(admin): set link to user account creation in settings v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricss committed Aug 29, 2024
1 parent d0e390f commit 5a4d286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const AgenciesSettingsPage = () => {
title="Comptes collaborateurs"
isEditable={isCollaboratorsEditable}
disabled={!isCollaboratorsEditable}
buttonOnClickHref="/agencies-settings/collaborators"
buttonOnClickHref="/agencies-settings/user-accounts/add-user-account"
titleIconClass="fr-icon-team-fill"
CustomBadge={<div />}
status="TO_COMPLETE"
Expand Down

0 comments on commit 5a4d286

Please sign in to comment.