Skip to content

Commit

Permalink
summary panel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Sep 22, 2020
1 parent aa310c8 commit 0f978ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -306,7 +306,7 @@ protected void initialize(C object) {
}

};
archetypeSummaryTag.add(new VisibleBehaviour(() -> getArchetypeLabel() != null));
archetypeSummaryTag.add(new VisibleBehaviour(() -> StringUtils.isNotEmpty(getArchetypeLabel())));
return archetypeSummaryTag;
// }
// return null;
Expand Down

0 comments on commit 0f978ba

Please sign in to comment.