parent
5fc2eaaa32
commit
4019d529ad
|
@ -728,11 +728,11 @@ module.exports.SEQUENCE_FLOW = [
|
||||||
{
|
{
|
||||||
label: 'Default Flow',
|
label: 'Default Flow',
|
||||||
actionName: 'replace-with-default-flow',
|
actionName: 'replace-with-default-flow',
|
||||||
className: 'icon-connection',
|
className: 'icon-default-flow',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Conditional Flow',
|
label: 'Conditional Flow',
|
||||||
actionName: 'replace-with-conditional-flow',
|
actionName: 'replace-with-conditional-flow',
|
||||||
className: 'icon-connection',
|
className: 'icon-conditional-flow',
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue