mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:21:07 +08:00
Remove autotitle story from angular SB / fix other
This commit is contained in:
parent
d2e837a1c6
commit
c24a980547
@ -1,11 +0,0 @@
|
||||
import { AppComponent } from '../../../app/app.component';
|
||||
|
||||
export default {
|
||||
// Autotitle not currently supported outside of v7 store>
|
||||
title: 'Preview/CSF3/Autotitle',
|
||||
component: AppComponent,
|
||||
};
|
||||
|
||||
export const Default = {
|
||||
render: (props) => ({ props }),
|
||||
};
|
@ -3,7 +3,7 @@ import { action } from '@storybook/addon-actions';
|
||||
import { Button } from './Button';
|
||||
|
||||
export default {
|
||||
title: 'Button',
|
||||
title: '1-Button',
|
||||
component: Button,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user