Skip to content

Commit

Permalink
feat: Update input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Sep 27, 2023
1 parent cd9249a commit 382e6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor.planx.uk/src/@planx/components/Section/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ function SectionComponent(props: Props) {
<form onSubmit={formik.handleSubmit} id="modal">
<ModalSection>
<ModalSectionContent
title="Section marker title"
title="Section marker"
Icon={ICONS[TYPES.Section]}
>
<InputRow>
<Input
required
format="data"
format="large"
name="title"
placeholder="Title"
value={formik.values.title}
Expand Down

0 comments on commit 382e6de

Please sign in to comment.