Skip to content

Commit

Permalink
Merge pull request #224 from storybookjs/shilman/trigger-release
Browse files Browse the repository at this point in the history
Code formatting change to trigger release
  • Loading branch information
shilman committed Jan 7, 2024
2 parents c43c768 + a1b85df commit bf73227
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/storybook-addon-designs/src/blocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,9 @@ export const DocBlockBase: FC<BlocksCommonProps> = ({
title: collapsed ? "Show" : "Hide",
onClick: () => {
const newValue = !collapsed;

if (onCollapsedChange) {
onCollapsedChange(newValue, collapsed);
}

setCollapsed(newValue);
},
},
Expand Down

0 comments on commit bf73227

Please sign in to comment.