Skip to content

Commit d1766e6

Browse files
Update stories/Form Elements/ErrorMessage.stories.tsx
Co-authored-by: Colin Rotherham <[email protected]>
1 parent e7d58ae commit d1766e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Form Elements/ErrorMessage.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const EmptyVisuallyHiddenText: Story = {
4646
argTypes: { visuallyHiddenText: { control: false } },
4747
};
4848

49-
export const HTML: Story = {
49+
export const WithHTML: Story = {
5050
args: { children: <>Enter your full name (or call <span className="nhsuk-u-nowrap">999 123 4567</span>)</>},
5151
argTypes: { visuallyHiddenText: { control: false } },
5252
}

0 commit comments

Comments
 (0)