From 53951a5fad1143dd190d79faaca30e06e3c4ced8 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sun, 20 Aug 2023 22:08:30 +0800 Subject: [PATCH] Fix some minor issues in the Notification modal --- frontend/src/pages/Settings/Notifications/components.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/pages/Settings/Notifications/components.tsx b/frontend/src/pages/Settings/Notifications/components.tsx index 2efde75e5..11ff4db0c 100644 --- a/frontend/src/pages/Settings/Notifications/components.tsx +++ b/frontend/src/pages/Settings/Notifications/components.tsx @@ -73,9 +73,14 @@ const NotificationForm: FunctionComponent = ({ > { + form.setValues({ selection: value, url: value?.url ?? undefined }); + }} >