Skip to content

Commit

Permalink
fix: do not hide ExecutionListeners
Browse files Browse the repository at this point in the history
20240418 - Don't hide ExecutionListeners as Onify now supports them
  • Loading branch information
rolu01 authored Apr 18, 2024
2 parents 73af6bc + 45e379f commit fd1ee7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ div[data-group-id="group-CamundaPlatform__AsynchronousContinuations"] {
display: none !important;
}

/* 20240418 - Don't hide ExecutionListeners as Onify now supports them
div[data-group-id="group-CamundaPlatform__ExecutionListener"] {
display: none !important;
}
*/

div[data-group-id="group-CamundaPlatform__FieldInjection"] {
display: none !important;
Expand Down

0 comments on commit fd1ee7a

Please sign in to comment.