Skip to content

Commit

Permalink
fix: correct expanded subprocess icon
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuesc authored Jun 25, 2024
1 parent c89e44e commit 823739a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util/CreateOptionsUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export const SUBPROCESS = [
label: 'Sub-process (expanded)',
search: 'subprocess',
actionName: 'expanded-subprocess',
className: 'bpmn-icon-subprocess-collapsed',
className: 'bpmn-icon-subprocess-expanded',
target: {
type: 'bpmn:SubProcess',
isExpanded: true
Expand Down Expand Up @@ -614,4 +614,4 @@ export const CREATE_OPTIONS = [
...TYPED_BOUNDARY_EVENT,
...DATA_OBJECTS,
...PARTICIPANT
];
];

0 comments on commit 823739a

Please sign in to comment.