From 5e1e7a2c0bdc95f76b08a3c5bd8afcfdec769499 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 29 Sep 2023 17:21:52 +0200 Subject: [PATCH] :bug: Removing tooltip in rules --- src/front/Components/Layouts/Roles/RolesInformations/index.tsx | 1 - 1 file changed, 1 deletion(-) 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} />