We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146b394 commit 4889f21Copy full SHA for 4889f21
1 file changed
src/components/notification-settings.js
@@ -126,6 +126,7 @@ const NotificationSettingsContent = ({
126
try {
127
await askPermission();
128
} catch (err) {
129
+ console.error("Notification permission error: ", err);
130
form.setFieldsValue({ pushNotifications: false });
131
}
132
0 commit comments