handleSearch(value || "")}
+ isLarge
+ buttonLabel="Rechercher"
+ placeholder="Rechercher par nom ou ID"
+ />
+
+ {query
+ .filter((item) => item.trim() !== "")
+ .map((item, index) => (
+ handleRemoveQueryItem(item)}
+ >
+ {item}
+
+ ))}
+
+
+
+
+
+
+