From 9180d178baa7492149b8fd369fbad8947f4dfc37 Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <0xsysr3ll@pm.me> Date: Sun, 7 Dec 2025 21:52:34 +0100 Subject: [PATCH] fix(webpush): throw error after notification failure Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me> --- .../UserNotificationSettings/UserNotificationsWebPush/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx b/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx index 4e18c1f3..8041e79d 100644 --- a/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx +++ b/src/components/UserProfile/UserSettings/UserNotificationSettings/UserNotificationsWebPush/index.tsx @@ -172,6 +172,7 @@ const UserWebPushSettings = () => { autoDismiss: true, appearance: 'error', }); + throw error; } finally { revalidateDevices(); }