bui: fix TextField story

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2025-09-11 17:10:30 +01:00
parent d2e5ef17ea
commit 2c0894a64b
@@ -113,6 +113,7 @@ export const DisabledWithIcon: Story = {
...WithIcon.args,
isDisabled: true,
},
render: WithIcon.render,
};
export const ShowError: Story = {