Skip to content

Commit

Permalink
last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvisser committed Mar 26, 2024
1 parent 3ff6b1e commit 89ee1ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nimble-components/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const addons = [
getAbsolutePath('@storybook/addon-a11y'),
getAbsolutePath('@storybook/addon-interactions'),
getAbsolutePath('@chromatic-com/storybook'),
'@storybook/addon-webpack5-compiler-swc'
getAbsolutePath('@storybook/addon-webpack5-compiler-swc')
];
export function webpackFinal(config) {
config.module.rules.push({
Expand Down
2 changes: 1 addition & 1 deletion packages/nimble-components/.storybook/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addons.setConfig({
const isPublicSite = window.location.hostname === 'nimble.ni.dev';
const isItemInternal = item.title.startsWith('Tests/')
|| item.title.startsWith('Internal/')
|| item.title.startsWith('patterns/');
|| item.title.startsWith('Patterns/');
const shouldHideInSidebar = isPublicSite && isItemInternal;
return !shouldHideInSidebar;
}
Expand Down

0 comments on commit 89ee1ca

Please sign in to comment.