From 9ec4866873ca74876d6b9e2f4dd7a7f3da431013 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:28:37 +0200 Subject: [PATCH] Bugfix/delete button in activities filter component (#7451) * Fix delete button * Update changelog --- CHANGELOG.md | 1 + .../src/lib/activities-filter/activities-filter.component.html | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5bf323e8..2faf9a643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed the time in market of the portfolio summary to be empty if there is no activity +- Fixed an issue with the delete button in the activities filter component ## 3.35.0 - 2026-07-27 diff --git a/libs/ui/src/lib/activities-filter/activities-filter.component.html b/libs/ui/src/lib/activities-filter/activities-filter.component.html index 58626351b..3243178c9 100644 --- a/libs/ui/src/lib/activities-filter/activities-filter.component.html +++ b/libs/ui/src/lib/activities-filter/activities-filter.component.html @@ -4,12 +4,11 @@ @for (filter of selectedFilters; track filter) { {{ filter.label }} -