Skip to content

Commit

Permalink
Fix BlockDraggable component storybook example
Browse files Browse the repository at this point in the history
  • Loading branch information
frosso authored Apr 12, 2021
1 parent 55b50cf commit 27f9359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const _default = () => {
const wrapperStyle = { margin: '24px 0', position: 'relative' };
return (
<div style={ wrapperStyle }>
<BlockDraggableChip clientIds={ [ 1, 2 ] } />
<BlockDraggableChip count={ 2 } />
</div>
);
};

0 comments on commit 27f9359

Please sign in to comment.