diff --git a/CHANGELOG.md b/CHANGELOG.md index e20bc0749..e8458df2e 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 634102b0f..c69508f02 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