Merge pull request #31120 from backstage/textfield-storybook-fix

This commit is contained in:
Fredrik Adelöw
2025-09-11 22:25:17 +02:00
committed by GitHub
@@ -113,6 +113,7 @@ export const DisabledWithIcon: Story = {
...WithIcon.args,
isDisabled: true,
},
render: WithIcon.render,
};
export const ShowError: Story = {