@@ -17,7 +17,7 @@ import {
17
17
useService
18
18
} from '../../../hooks' ;
19
19
20
- import { FeelEntryWithVariableContext } from '../../../entries/FeelEntryWithContext ' ;
20
+ import { BpmnFeelEntry } from '../../../entries/BpmnFeelEntry ' ;
21
21
22
22
23
23
export function AssignmentDefinitionProps ( props ) {
@@ -125,7 +125,7 @@ function Assignee(props) {
125
125
commandStack . execute ( 'properties-panel.multi-command-executor' , commands ) ;
126
126
} ;
127
127
128
- return FeelEntryWithVariableContext ( {
128
+ return BpmnFeelEntry ( {
129
129
element,
130
130
id : 'assignmentDefinitionAssignee' ,
131
131
label : translate ( 'Assignee' ) ,
@@ -212,7 +212,7 @@ function CandidateGroups(props) {
212
212
commandStack . execute ( 'properties-panel.multi-command-executor' , commands ) ;
213
213
} ;
214
214
215
- return FeelEntryWithVariableContext ( {
215
+ return BpmnFeelEntry ( {
216
216
element,
217
217
id : 'assignmentDefinitionCandidateGroups' ,
218
218
label : translate ( 'Candidate groups' ) ,
@@ -299,7 +299,7 @@ function CandidateUsers(props) {
299
299
commandStack . execute ( 'properties-panel.multi-command-executor' , commands ) ;
300
300
} ;
301
301
302
- return FeelEntryWithVariableContext ( {
302
+ return BpmnFeelEntry ( {
303
303
element,
304
304
id : 'assignmentDefinitionCandidateUsers' ,
305
305
label : translate ( 'Candidate users' ) ,
0 commit comments