diff --git a/src/front/Components/Layouts/Roles/RolesInformations/index.tsx b/src/front/Components/Layouts/Roles/RolesInformations/index.tsx index bc9eb994..88f55e1e 100644 --- a/src/front/Components/Layouts/Roles/RolesInformations/index.tsx +++ b/src/front/Components/Layouts/Roles/RolesInformations/index.tsx @@ -128,7 +128,6 @@ export default function RolesInformations(props: IProps) { label: "Tout sélectionner", value: "all", }} - toolTip="Tout sélectionner" onChange={handleSelectAllChange} checked={selectAll} />