We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d58ae commit d1766e6Copy full SHA for d1766e6
stories/Form Elements/ErrorMessage.stories.tsx
@@ -46,7 +46,7 @@ export const EmptyVisuallyHiddenText: Story = {
46
argTypes: { visuallyHiddenText: { control: false } },
47
};
48
49
-export const HTML: Story = {
+export const WithHTML: Story = {
50
args: { children: <>Enter your full name (or call <span className="nhsuk-u-nowrap">999 123 4567</span>)</>},
51
52
}
0 commit comments