Skip to content

Commit d337530

Browse files
nikkuNiklas Kiefer
andauthored
fixup: review hints
Co-authored-by: Niklas Kiefer <niklas.kiefer@camunda.com>
1 parent 89ca38a commit d337530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/form-js-editor/src/render/components/FormEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function Element(props) {
9292
if (id === field.id) {
9393
selection.toggle(field);
9494
}
95-
}, [ 'field' ]);
95+
}, [ field ]);
9696

9797

9898
const classes = [ 'fjs-element' ];

0 commit comments

Comments
 (0)