From 89a3d7f6e31eb84e110744679a918b120ceb369a Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Fri, 26 Mar 2021 08:00:28 +0800 Subject: [PATCH] Fixed issue with notifications when deleting --- frontend/src/Settings/Notifications/components.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/Settings/Notifications/components.tsx b/frontend/src/Settings/Notifications/components.tsx index 5915756e5..c924f4a8d 100644 --- a/frontend/src/Settings/Notifications/components.tsx +++ b/frontend/src/Settings/Notifications/components.tsx @@ -98,7 +98,6 @@ const NotificationModal: FunctionComponent = ({ onClick={() => { if (current) { current.enabled = false; - current.url = null; update(current); } closeModal();