Skip to content

Commit a0de1bc

Browse files
committed
react-native: fix story export shadowing imported enum in MainActionButton.stories by renaming to IconStory and setting name to 'IconName'
1 parent 40166f6 commit a0de1bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/design-system-react-native/src/components/MainActionButton/MainActionButton.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ export const IsDisabled: Story = {
8989
},
9090
};
9191

92-
export const IconName: Story = {
92+
export const IconStory: Story = {
93+
name: 'IconName',
9394
parameters: {
9495
actions: {
9596
disable: true,

0 commit comments

Comments
 (0)