From 5480d52dbb3e2bcc3f6cac163427345df9d82997 Mon Sep 17 00:00:00 2001 From: Lache Melvin Date: Tue, 28 Nov 2023 15:37:02 +1300 Subject: [PATCH] show body template as required --- .../Pages/Scheduled/ScheduledNotificationEditForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/packages/system/src/Notifications/Pages/Scheduled/ScheduledNotificationEditForm.tsx b/frontend/packages/system/src/Notifications/Pages/Scheduled/ScheduledNotificationEditForm.tsx index c2f90c8b..825ef477 100644 --- a/frontend/packages/system/src/Notifications/Pages/Scheduled/ScheduledNotificationEditForm.tsx +++ b/frontend/packages/system/src/Notifications/Pages/Scheduled/ScheduledNotificationEditForm.tsx @@ -82,6 +82,7 @@ export const ScheduledNotificationEditForm = ({ { onUpdate({ bodyTemplate: e.target.value });