diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8b648d3..08d2201e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file. The format - Organization, department and product filter in admin panel should no longer disappear when search result count reaches certain threshold. - Improved WCAG compliance with respect to text color contrast. +- Fixed a problem that would sometimes cause an "infinite spinner" when a new + version of the app was deployed. ### Changed diff --git a/src/components/EmptyState.vue b/src/components/EmptyState.vue index 1823900d4..2724529a7 100644 --- a/src/components/EmptyState.vue +++ b/src/components/EmptyState.vue @@ -16,11 +16,13 @@