Add option to ignore filtered notifications to the web interface (#31342)

This commit is contained in:
Claire
2024-08-09 16:21:55 +02:00
committed by GitHub
parent 8a5b57f668
commit 1701575704
14 changed files with 402 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ const listenerOptions = supportsPassiveEvents
? { passive: true, capture: true }
: true;
interface SelectItem {
export interface SelectItem {
value: string;
icon?: string;
iconComponent?: IconProp;