Skip to content

Commit 589faa8

Browse files
abdul99ahadbarmac
authored andcommitted
fix: update value depends on element
resolved test conditionProps test cases (ref. bpmn-io/properties-panel#416 (comment))
1 parent 1a79ecd commit 589faa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider/camunda-platform/properties/ConditionProps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ function Resource(props) {
330330
};
331331

332332
return <TextFieldEntry
333-
element
333+
element={ element }
334334
id="conditionScriptResource"
335335
label={ translate('Resource') }
336336
getValue={ getValue }

0 commit comments

Comments
 (0)