Skip to content

Commit f72ccb9

Browse files
committed
Tweaks to work in site/
1 parent ed2f40a commit f72ccb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/.storybook/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ module.exports = {
1313

1414
return config
1515
},
16-
}
16+
}

site/.storybook/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export const parameters = {
1717
date: /Date$/,
1818
},
1919
},
20-
}
20+
}

site/components/Button/LoadingButton.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export const NotLoading = Template.bind({})
2323
NotLoading.args = {
2424
variant: "contained",
2525
loading: false,
26-
}
26+
}

0 commit comments

Comments
 (0)