diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f16a3414a..f4c6062e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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). +## [7.0.3] - 2022-08-15 + +### Fixed + +* **UI**: Fixes the tag editor. + +## [6.14.0] - 2022-08-15 + +### Fixed + +* **UI**: Fixes the tag editor. + ## [7.0.2] - 2022-08-09 ### Fixed 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