diff --git a/src/portal/lib/src/tag/tag.component.html b/src/portal/lib/src/tag/tag.component.html index 1366bd686f..65ff89f6dc 100644 --- a/src/portal/lib/src/tag/tag.component.html +++ b/src/portal/lib/src/tag/tag.component.html @@ -27,7 +27,7 @@
- +
= new CustomComparator("created", "date"); @@ -394,8 +395,10 @@ export class TagComponent implements OnInit, AfterViewInit { if (labelInfo) { if (!labelInfo.iconsShow) { this.filterLabel(labelInfo); + this.showlabel = true; } else { this.unFilterLabel(labelInfo); + this.showlabel = false; } } }