added search
parent
cdd2192274
commit
9e737e9732
|
@ -285,6 +285,7 @@ export function SelectComponent({
|
|||
placeholder={t(
|
||||
"groupTasks.groupTypeSelectionModal.select.valuePlaceholder"
|
||||
)}
|
||||
showSearch
|
||||
style={{ width: "100%" }}
|
||||
options={options.map((option) => {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue