From 64bec340d3d5952355a1a2dbdab80e47cfee6486 Mon Sep 17 00:00:00 2001 From: Michal Date: Fri, 8 Mar 2024 00:50:27 +0000 Subject: [PATCH] chore: refactor story tests --- src/stories/Inputs/TextInput.stories.ts | 1 + 1 file changed, 1 insertion(+) 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, }, };