mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed Admin design system bug
refs. https://github.com/TryGhost/Team/issues/3150
This commit is contained in:
parent
82999ee144
commit
d1c96dd9c8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export const Default: Story = {
|
|||
title: 'Section header',
|
||||
children:
|
||||
<>
|
||||
<SettingGroup {...SettingGroupStories.Default.args} />
|
||||
<SettingGroup {...SettingGroupStories.SingleColumn.args} />
|
||||
<SettingGroup {...SettingGroupStories.Editing.args} />
|
||||
<SettingGroup {...SettingGroupStories.Unsaved.args} />
|
||||
</>
|
||||
|
|
Loading…
Add table
Reference in a new issue