mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Rearranged Setting Group comps. in Admin DS
refs. https://github.com/TryGhost/Team/issues/3150
This commit is contained in:
parent
8cab3a4a06
commit
60c102dc76
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ import * as TextFieldStories from '../global/TextField.stories';
|
|||
import TextField from '../global/TextField';
|
||||
|
||||
const meta = {
|
||||
title: 'Settings / Setting Group Content',
|
||||
title: 'Settings / Setting Group / Content',
|
||||
component: SettingGroupContent,
|
||||
tags: ['autodocs']
|
||||
} satisfies Meta<typeof SettingGroupContent>;
|
||||
|
|
|
@ -6,7 +6,7 @@ import SettingGroupHeader from './SettingGroupHeader';
|
|||
import Heading from '../global/Heading';
|
||||
|
||||
const meta = {
|
||||
title: 'Settings / Setting Group Header',
|
||||
title: 'Settings / Setting Group / Header',
|
||||
component: SettingGroupHeader,
|
||||
tags: ['autodocs']
|
||||
} satisfies Meta<typeof SettingGroupHeader>;
|
||||
|
|
|
@ -3,7 +3,7 @@ import type {Meta, StoryObj} from '@storybook/react';
|
|||
import SettingSectionHeader from './SettingSectionHeader';
|
||||
|
||||
const meta = {
|
||||
title: 'Settings / Setting Section Header',
|
||||
title: 'Settings / Setting Section / Header',
|
||||
component: SettingSectionHeader,
|
||||
tags: ['autodocs']
|
||||
} satisfies Meta<typeof SettingSectionHeader>;
|
||||
|
|
Loading…
Add table
Reference in a new issue