Skip to content

Commit

Permalink
fix: remove import of non-existing API
Browse files Browse the repository at this point in the history
Closes #580
  • Loading branch information
barmac committed Feb 9, 2022
1 parent f4df84e commit 8306e8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/provider/bpmn/properties/NameProps.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import {
getBusinessObject,
is,
isAny
is
} from 'bpmn-js/lib/util/ModelUtil';

import { isAny } from 'bpmn-js/lib/features/modeling/util/ModelingUtil';

import {
add as collectionAdd
} from 'diagram-js/lib/util/Collections';
Expand Down Expand Up @@ -137,4 +138,4 @@ function createCategoryValue(definitions, bpmnFactory) {
getBusinessObject(categoryValue).$parent = category;

return categoryValue;
}
}

0 comments on commit 8306e8b

Please sign in to comment.