diff --git a/src/stories/Inputs/TextInput.stories.ts b/src/stories/Inputs/TextInput.stories.ts index 7b933cd..ab0c6e1 100644 --- a/src/stories/Inputs/TextInput.stories.ts +++ b/src/stories/Inputs/TextInput.stories.ts @@ -143,6 +143,7 @@ export const File: Story = { args: { value: "", type: "file", + helpText: undefined, }, };