Skip to content

Commit

Permalink
MID-8749:fix for visibility of info label for expression panel
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 12, 2023
1 parent 802c9dd commit b81032e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ private void initLayout() {

Label infoLabel = new Label(ID_INFO_LABEL, infoLabelModel);
infoLabel.setOutputMarkupId(true);
infoLabel.add(new VisibleBehaviour(() -> !isExpressionEmpty() && isInfoLabelNotEmpty()));
infoContainer.add(infoLabel);

Label infoIcon = new Label(ID_INFO_ICON);
Expand Down

0 comments on commit b81032e

Please sign in to comment.