Skip to content

Commit

Permalink
make final alter from review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Jul 24, 2024
1 parent b8f53ac commit 7b2ba93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor.planx.uk/src/@planx/components/MapAndLabel/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function MapAndLabelComponent(props: Props) {
placeholder={"Title"}
value={formik.values.title}
onChange={formik.handleChange}
required
/>
</InputRow>
<InputRow>
Expand All @@ -57,7 +58,7 @@ function MapAndLabelComponent(props: Props) {
name="fn"
placeholder={"Data Field"}
value={formik.values.fn}
disabled
required
/>
</InputRow>
</InputGroup>
Expand Down

0 comments on commit 7b2ba93

Please sign in to comment.