Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
feat(camunda-platform): auto-focus first entry when creating error
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Oct 4, 2021
1 parent d9e34eb commit 4f198c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/camunda-platform/properties/ErrorsProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function ErrorsProps(props) {
element,
errorEventDefinition
}),
autoFocusEntry: id + '-expression',
autoFocusEntry: id + '-errorRef',
remove: RemoveContainer({ errorEventDefinition })
};
});
Expand Down

0 comments on commit 4f198c9

Please sign in to comment.