From 95217362ae4c38fb16bd2ff565b65e744e0cbea1 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 15 Aug 2022 09:30:24 +0200 Subject: [PATCH] Fix for tag editor. --- CHANGELOG.md | 8 +++++++- .../angular/forms/editors/tag-editor.component.ts | 8 ++++++-- .../framework/angular/forms/editors/tag-editor.stories.ts | 1 + 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e20bc07493..e8458df2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.14.0] - 200-08-15 + +### Fixed + +* **UI**: Fixes the tag editor. + ## [6.13.0] - 200-08-02 -### Fkxed +### Fixed * **UI**: Fixes the rendering of reference lists. diff --git a/frontend/src/app/framework/angular/forms/editors/tag-editor.component.ts b/frontend/src/app/framework/angular/forms/editors/tag-editor.component.ts index 634102b0f4..c69508f02a 100644 --- a/frontend/src/app/framework/angular/forms/editors/tag-editor.component.ts +++ b/frontend/src/app/framework/angular/forms/editors/tag-editor.component.ts @@ -244,12 +244,16 @@ export class TagEditorComponent extends StatefulControlComponent