Skip to content

Commit

Permalink
show body template as required
Browse files Browse the repository at this point in the history
  • Loading branch information
lache-melvin committed Nov 28, 2023
1 parent 1ff3432 commit 5480d52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const ScheduledNotificationEditForm = ({
<BufferedTextArea
helperText={bodyTemplateError}
error={!!bodyTemplateError}
required
value={draft.bodyTemplate}
onChange={e => {
onUpdate({ bodyTemplate: e.target.value });
Expand Down

0 comments on commit 5480d52

Please sign in to comment.