mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
Merge pull request #19159 from storybookjs/chore_docs_fix_CSF3_snippets
Chore: (Docs)Fixes Preact Histogram story for CSF 3
This commit is contained in:
commit
82399cc0c8
@ -22,6 +22,6 @@ import { Histogram } from './Histogram';
|
||||
histogramAccentColor: '#1EA7FD',
|
||||
label: 'Latency distribution',
|
||||
}}
|
||||
render={(args) => <Histogram {...args} /> />
|
||||
render={(args) => <Histogram {...args} />} />
|
||||
</Canvas>
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user