diff --git a/CHANGELOG.md b/CHANGELOG.md index 0162cd3e1..d4072b87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file. The format version of the app was deployed. - Fixed cropping of dropdown menus when creating new organizations/departments/products. +- Unauthorized users can no longer attempt to drag and drop reorder + measurements. ### Changed diff --git a/src/components/KpiWidgetGroup.vue b/src/components/KpiWidgetGroup.vue index 5a25aa8c9..8bd1ae505 100644 --- a/src/components/KpiWidgetGroup.vue +++ b/src/components/KpiWidgetGroup.vue @@ -24,43 +24,44 @@ - + - - - + :kpi="kpi" + :compact="compact" + /> + + +