mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed type errors in storybook
This commit is contained in:
parent
c3f6d77fd9
commit
ba2436e834
1 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,7 @@ export const TwoColumns: Story = {
|
|||
|
||||
export const Editing: Story = {
|
||||
args: {
|
||||
state: 'edit',
|
||||
isEditing: true,
|
||||
title: SingleColumn.args?.title,
|
||||
description: SingleColumn.args?.description,
|
||||
children: twoColEdit
|
||||
|
@ -56,7 +56,8 @@ export const Editing: Story = {
|
|||
|
||||
export const Unsaved: Story = {
|
||||
args: {
|
||||
state: 'unsaved',
|
||||
isEditing: true,
|
||||
saveState: 'unsaved',
|
||||
title: SingleColumn.args?.title,
|
||||
description: SingleColumn.args?.description,
|
||||
children: twoColEdit
|
||||
|
@ -85,4 +86,4 @@ export const NoBorders: Story = {
|
|||
description: SingleColumn.args?.description,
|
||||
children: twoColView
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue