diff --git a/public/js/components/Dashboard/Dashboard.js b/public/js/components/Dashboard/Dashboard.js
index cd721264a..74a65ecaa 100644
--- a/public/js/components/Dashboard/Dashboard.js
+++ b/public/js/components/Dashboard/Dashboard.js
@@ -55,6 +55,7 @@ export default {
}
this.$refs.widgetpicker.getWidget().then(widget_id => {
widget.widget = widget_id;
+ widget.id = 'loading_' + String((new Date()).valueOf());
let loading = {...widget};
loading.loading = true;
this.sections.forEach(section => {
@@ -176,4 +177,4 @@ export default {
`
-}
\ No newline at end of file
+}