Skip to content

Commit 823739a

Browse files
authored
fix: correct expanded subprocess icon
1 parent c89e44e commit 823739a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/util/CreateOptionsUtil.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ export const SUBPROCESS = [
483483
label: 'Sub-process (expanded)',
484484
search: 'subprocess',
485485
actionName: 'expanded-subprocess',
486-
className: 'bpmn-icon-subprocess-collapsed',
486+
className: 'bpmn-icon-subprocess-expanded',
487487
target: {
488488
type: 'bpmn:SubProcess',
489489
isExpanded: true
@@ -614,4 +614,4 @@ export const CREATE_OPTIONS = [
614614
...TYPED_BOUNDARY_EVENT,
615615
...DATA_OBJECTS,
616616
...PARTICIPANT
617-
];
617+
];

0 commit comments

Comments
 (0)