Remove autotitle story from angular SB / fix other

This commit is contained in:
Tom Coleman 2021-09-08 14:42:28 +10:00
parent d2e837a1c6
commit c24a980547
2 changed files with 1 additions and 12 deletions

View File

@ -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 }),
};

View File

@ -3,7 +3,7 @@ import { action } from '@storybook/addon-actions';
import { Button } from './Button';
export default {
title: 'Button',
title: '1-Button',
component: Button,
};