diff --git a/public/js/components/Dashboard/Item.js b/public/js/components/Dashboard/Item.js index 10c436047..67b814946 100755 --- a/public/js/components/Dashboard/Item.js +++ b/public/js/components/Dashboard/Item.js @@ -12,7 +12,8 @@ export default { widget: null, tmpConfig: {}, isLoading: false, - hasConfig: true + hasConfig: true, + sharedData: null }), emits: [ "change", @@ -120,7 +121,7 @@ export default {
- +
@@ -128,7 +129,7 @@ export default { {{ widget ? 'Config for ' + widget.setup.name : '' }}