fix(dashboard): make new events combobox case sensitive
This commit is contained in:
@@ -199,7 +199,7 @@ export function ComboboxEvents<
|
||||
key={item.name}
|
||||
value={item.name}
|
||||
onSelect={(currentValue) => {
|
||||
handleSelection(currentValue);
|
||||
handleSelection(item.name);
|
||||
}}
|
||||
>
|
||||
{selectedValues.includes(item.name as T) ? (
|
||||
|
||||
Reference in New Issue
Block a user