Skip to content

Commit

Permalink
Remove fallback in disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Nov 11, 2024
1 parent 22fdc80 commit bc4d4d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const FeedbackEditor = (props: FeedbackEditorProps) => {
<InputLabel label="Disclaimer text" htmlFor="disclaimer">
<RichTextInput
name="disclaimer"
value={formik.values.disclaimer || defaultContent.disclaimer}
value={formik.values.disclaimer}
onChange={formik.handleChange}
/>
</InputLabel>
Expand Down

0 comments on commit bc4d4d8

Please sign in to comment.