🐛 Removing tooltip in rules

This commit is contained in:
Maxime Lalo 2023-09-29 17:21:52 +02:00
parent 701a726477
commit 5e1e7a2c0b

View File

@ -128,7 +128,6 @@ export default function RolesInformations(props: IProps) {
label: "Tout sélectionner", label: "Tout sélectionner",
value: "all", value: "all",
}} }}
toolTip="Tout sélectionner"
onChange={handleSelectAllChange} onChange={handleSelectAllChange}
checked={selectAll} checked={selectAll}
/> />