mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
Temporarly remove if statement from storybook stories (#7746)
* Temporarly remove if statement from storybook stories * remove if * trigger travis
This commit is contained in:
parent
ac1b77a32d
commit
6153e55d1a
@ -56,8 +56,7 @@ export default {
|
||||
type: { summary: 'string' },
|
||||
defaultValue: { summary: 'undefined' }
|
||||
},
|
||||
type: { required: true },
|
||||
if: { arg: 'taskId', exists: false }
|
||||
type: { required: true }
|
||||
},
|
||||
taskId: {
|
||||
control: 'text',
|
||||
@ -66,8 +65,7 @@ export default {
|
||||
type: { summary: 'string' },
|
||||
defaultValue: { summary: 'undefined' }
|
||||
},
|
||||
type: { required: true },
|
||||
if: { arg: 'nodeId', exists: false }
|
||||
type: { required: true }
|
||||
}
|
||||
}
|
||||
} as Meta;
|
||||
|
Loading…
x
Reference in New Issue
Block a user