Temporarly remove if statement from storybook stories (#7746)

* Temporarly remove if statement from storybook stories

* remove if

* trigger travis
This commit is contained in:
Tomasz Gnyp
2022-08-04 17:26:48 +02:00
committed by GitHub
parent ac1b77a32d
commit 6153e55d1a

View File

@@ -56,8 +56,7 @@ export default {
type: { summary: 'string' }, type: { summary: 'string' },
defaultValue: { summary: 'undefined' } defaultValue: { summary: 'undefined' }
}, },
type: { required: true }, type: { required: true }
if: { arg: 'taskId', exists: false }
}, },
taskId: { taskId: {
control: 'text', control: 'text',
@@ -66,8 +65,7 @@ export default {
type: { summary: 'string' }, type: { summary: 'string' },
defaultValue: { summary: 'undefined' } defaultValue: { summary: 'undefined' }
}, },
type: { required: true }, type: { required: true }
if: { arg: 'nodeId', exists: false }
} }
} }
} as Meta; } as Meta;