Add option to ignore filtered notifications to the web interface (#31342)
This commit is contained in:
@@ -13,7 +13,7 @@ const listenerOptions = supportsPassiveEvents
|
||||
? { passive: true, capture: true }
|
||||
: true;
|
||||
|
||||
interface SelectItem {
|
||||
export interface SelectItem {
|
||||
value: string;
|
||||
icon?: string;
|
||||
iconComponent?: IconProp;
|
||||
|
||||
Reference in New Issue
Block a user