Skip to content

Commit

Permalink
Merge branch 'users/makinc/storybook-pseudo-states-2' of https://gith…
Browse files Browse the repository at this point in the history
…ub.com/ni/nimble into users/makinc/storybook-pseudo-states-2
  • Loading branch information
m-akinc committed Mar 27, 2024
2 parents 3429e9c + 401dbc2 commit 87be054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/nimble-components/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export const addons = [
},
getAbsolutePath('@storybook/addon-a11y'),
getAbsolutePath('@storybook/addon-interactions'),
getAbsolutePath('storybook-addon-pseudo-states'),
getAbsolutePath('@chromatic-com/storybook'),
getAbsolutePath('@storybook/addon-webpack5-compiler-swc')
getAbsolutePath('@storybook/addon-webpack5-compiler-swc'),
getAbsolutePath('storybook-addon-pseudo-states')
];
export function webpackFinal(config) {
config.module.rules.push({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const component = (
error-text="${() => errorText}"
?error-visible="${() => errorVisible}"
>
${() => errorName} ${() => appearanceName} ${() => valueName}
${() => errorName} ${() => appearanceName} ${() => valueName}
${() => hideStepName} ${() => disabledName}
</${numberFieldTag}>
`;
Expand Down

0 comments on commit 87be054

Please sign in to comment.