Fixed Select and Autocomplete prompts to properly select and work with mui18
This commit is contained in:
@@ -3250,6 +3250,9 @@ const Workflows = (props) => {
|
||||
color="primary"
|
||||
fullWidth
|
||||
value={filters}
|
||||
onChange={(chips) => {
|
||||
setFilters(chips);
|
||||
}}
|
||||
onAdd={(chip) => {
|
||||
addFilter(chip);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user