diff --git a/CHANGELOG.md b/CHANGELOG.md index 5412fdd2..fad2bc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ - Result tab progress bars grow smoothly and are shown even when only one corpus is selected - Removed old test code +### Fixed + +- Error when loading a non-`visible_modes` mode [#426](https://github.com/spraakbanken/korp-frontend/issues/426) + ## [9.8.1] - 2025-01-23 ### Fixed diff --git a/app/scripts/components/app-header.ts b/app/scripts/components/app-header.ts index 9b09b812..fbc38cb8 100644 --- a/app/scripts/components/app-header.ts +++ b/app/scripts/components/app-header.ts @@ -40,7 +40,7 @@ angular.module("korpApp").component("appHeader", {