Skip to content

Commit

Permalink
Update src/provider/zeebe/properties/PriorityDefinitionProps.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Rehwaldt <nico.rehwaldt@camunda.com>
  • Loading branch information
Skaiir and nikku committed Sep 12, 2024
1 parent f2d75a4 commit 1eb1348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/zeebe/properties/PriorityDefinitionProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function PriorityDefinitionProps(props) {
element
} = props;

if (!is(element, 'bpmn:UserTask') || !isZeebeUserTask(element)) {
if (!isZeebeUserTask(element)) {
return [];
}

Expand Down

0 comments on commit 1eb1348

Please sign in to comment.