summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard
diff options
context:
space:
mode:
authorEltanany Shaaban <shaaban.eltanany.ext@orange.com>2021-01-24 13:16:47 +0200
committerEltanany Shaaban <shaaban.eltanany.ext@orange.com>2021-01-24 13:16:47 +0200
commit64f378ae611bd50dd648649dfb0622017df56320 (patch)
treebae8ef7d4dc3ea7aa6cbd2c8c24e289ccc3f14a5 /cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard
parentf8c5f58ce8b2b076d5874508873829a33cc545b0 (diff)
solving showing icon and filter by tags
Issue-ID: CCSDK-2432 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: Id90a8706374f67959c43b616e4b123baa782354b
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts
index 4939e940b..6f02bbab8 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts
@@ -96,7 +96,7 @@ export class TagsFilteringComponent implements OnInit {
this.checkBoxTages = this.checkBoxTages.replace(event.target.id + ',', '')
.replace(event.target.id, '');
} else {
- this.checkBoxTages += event.target.id.trim() + ', ';
+ this.checkBoxTages += event.target.id.trim() + ',';
}
const tagsSelected = this.checkBoxTages.split(',').filter(item => {
if (item) {