chore(palette): change gateway icon to GATEWAY_NONE
This commit is contained in:
parent
fb117fc3fa
commit
9edd462880
|
@ -132,7 +132,7 @@ PaletteProvider.prototype.getPaletteEntries = function(element) {
|
|||
'bpmn:EndEvent', 'event', 'bpmn-icon-end-event-none'
|
||||
),
|
||||
'create.exclusive-gateway': createAction(
|
||||
'bpmn:ExclusiveGateway', 'gateway', 'bpmn-icon-gateway-xor',
|
||||
'bpmn:ExclusiveGateway', 'gateway', 'bpmn-icon-gateway-none',
|
||||
translate('Create Gateway')
|
||||
),
|
||||
'create.task': createAction(
|
||||
|
|
Loading…
Reference in New Issue