@@ -17,7 +17,7 @@ import {
1717 useService
1818} from '../../../hooks' ;
1919
20- import { FeelEntryWithVariableContext } from '../../../entries/FeelEntryWithContext ' ;
20+ import { BpmnFeelEntry } from '../../../entries/BpmnFeelEntry ' ;
2121
2222
2323export function AssignmentDefinitionProps ( props ) {
@@ -125,7 +125,7 @@ function Assignee(props) {
125125 commandStack . execute ( 'properties-panel.multi-command-executor' , commands ) ;
126126 } ;
127127
128- return FeelEntryWithVariableContext ( {
128+ return BpmnFeelEntry ( {
129129 element,
130130 id : 'assignmentDefinitionAssignee' ,
131131 label : translate ( 'Assignee' ) ,
@@ -212,7 +212,7 @@ function CandidateGroups(props) {
212212 commandStack . execute ( 'properties-panel.multi-command-executor' , commands ) ;
213213 } ;
214214
215- return FeelEntryWithVariableContext ( {
215+ return BpmnFeelEntry ( {
216216 element,
217217 id : 'assignmentDefinitionCandidateGroups' ,
218218 label : translate ( 'Candidate groups' ) ,
@@ -299,7 +299,7 @@ function CandidateUsers(props) {
299299 commandStack . execute ( 'properties-panel.multi-command-executor' , commands ) ;
300300 } ;
301301
302- return FeelEntryWithVariableContext ( {
302+ return BpmnFeelEntry ( {
303303 element,
304304 id : 'assignmentDefinitionCandidateUsers' ,
305305 label : translate ( 'Candidate users' ) ,
0 commit comments