diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7ba5626..90f1110d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the language localization for German (`de`) - Upgraded `stripe` from version `22.2.3` to `22.3.2` +### Fixed + +- Fixed an issue with the delete button in the tags selector component + ## 3.28.0 - 2026-07-17 ### Changed diff --git a/libs/ui/src/lib/tags-selector/tags-selector.component.html b/libs/ui/src/lib/tags-selector/tags-selector.component.html index 92ea2b210..4f9d82ae9 100644 --- a/libs/ui/src/lib/tags-selector/tags-selector.component.html +++ b/libs/ui/src/lib/tags-selector/tags-selector.component.html @@ -32,13 +32,11 @@ } } @for (tag of tagsSelected(); track tag.id) { - + {{ tag.name }} - + }