mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
FIX incorrect naming of stories
This commit is contained in:
parent
ebcd61932e
commit
3acda4dd3c
@ -92,15 +92,16 @@ export default {
|
||||
export const noBackgrounds = () => (
|
||||
<button>Click me</button>
|
||||
);
|
||||
defaultView.story = {
|
||||
noBackgrounds.story = {
|
||||
parameters: {
|
||||
background: [],
|
||||
},
|
||||
};
|
||||
export const disabledbackgrounds = () => (
|
||||
|
||||
export const disabledBackgrounds = () => (
|
||||
<button>Click me</button>
|
||||
);
|
||||
defaultView.story = {
|
||||
disabledBackgrounds.story = {
|
||||
parameters: {
|
||||
background: { disabled: true },
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user