4364-feat(front): Display tags in multi-select picker (#4419)
* feat: add tags in multi select picker * feat: display MenuItemLeftContent if no color passed --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -108,6 +108,7 @@ export const ObjectFilterDropdownOptionSelect = () => {
|
||||
handleMultipleOptionSelectChange(option, selected)
|
||||
}
|
||||
text={option.label}
|
||||
color={option.color}
|
||||
className=""
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user