We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efe35ad + 39f1adf commit 6451162Copy full SHA for 6451162
.github/workflows/ci.yml
@@ -38,4 +38,4 @@ jobs:
38
run: |
39
smartui --version
40
smartui config create .smartui.json
41
- smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json --env stage
+ smartui storybook ./storybook-static --config .smartui.json
src/stories/Header.jsx
@@ -55,3 +55,4 @@ Header.propTypes = {
55
Header.defaultProps = {
56
user: null,
57
};
58
+
0 commit comments