diff --git a/public/js/components/Dashboard/Item.js b/public/js/components/Dashboard/Item.js
index 484171857..d3212c72e 100755
--- a/public/js/components/Dashboard/Item.js
+++ b/public/js/components/Dashboard/Item.js
@@ -12,7 +12,7 @@ export default {
widget: null,
tmpConfig: {},
isLoading: false,
- hasConfig: true,
+ hasConfig: false,
sharedData: null,
}),
emits: [
@@ -117,10 +117,10 @@ export default {
-
+
-
+
{{ widget ? 'Config for ' + widget.setup.name : '' }}
diff --git a/public/js/components/DashboardWidget/Url.js b/public/js/components/DashboardWidget/Url.js
index eb7dfdae4..b87ef4235 100755
--- a/public/js/components/DashboardWidget/Url.js
+++ b/public/js/components/DashboardWidget/Url.js
@@ -71,6 +71,10 @@ export default {
async mounted() {
await this.fetchBookmarks();
},
+ created()
+ {
+ this.$emit('setConfig', true);
+ },
template: /*html*/ `