Skip to content

Commit

Permalink
fix: Associate label and input in MoreInformation (#3401)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jul 10, 2024
1 parent 20ce9d6 commit 7169464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/@planx/components/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const MoreInformation = ({
onChange={changeField}
/>
</InputLabel>
<InputLabel label="How it is defined?">
<InputLabel label="How it is defined?" htmlFor="howMeasured">
<InputRow>
<RichTextInput
multiline
Expand Down

0 comments on commit 7169464

Please sign in to comment.