mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -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',
|
title: 'Section header',
|
||||||
children:
|
children:
|
||||||
<>
|
<>
|
||||||
<SettingGroup {...SettingGroupStories.Default.args} />
|
<SettingGroup {...SettingGroupStories.SingleColumn.args} />
|
||||||
<SettingGroup {...SettingGroupStories.Editing.args} />
|
<SettingGroup {...SettingGroupStories.Editing.args} />
|
||||||
<SettingGroup {...SettingGroupStories.Unsaved.args} />
|
<SettingGroup {...SettingGroupStories.Unsaved.args} />
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Add table
Reference in a new issue