chore(palette): change gateway icon to GATEWAY_NONE

This commit is contained in:
Nico Rehwaldt 2018-03-23 15:05:43 +01:00
parent fb117fc3fa
commit 9edd462880
1 changed files with 1 additions and 1 deletions

View File

@ -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(