Skip to content

Commit

Permalink
fix: Updates file input stories to set appropriate html for value of …
Browse files Browse the repository at this point in the history
…label
  • Loading branch information
vinodkv2511 committed Oct 11, 2023
1 parent 1756814 commit 0fffef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/FileInput/FileInput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const multipleFilesInput = (): React.ReactElement => (
export const withError = (): React.ReactElement => (
<div style={{ marginLeft: '1.25em' }}>
<FormGroup error>
<Label htmlFor="file-input-multiple" error>
<Label htmlFor="file-input-error" error>
Input has an error
</Label>
<span className="usa-hint" id="file-input-error-hint">
Expand Down

0 comments on commit 0fffef8

Please sign in to comment.