From f54f7c56bb4dd7f8af2c9f04fc4fb48471ea438b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 26 Aug 2024 07:41:54 +0200 Subject: [PATCH] fix(dashboard): Fix dashboard panel ID Signed-off-by: Joas Schilling --- src/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboard.js b/src/dashboard.js index 40c8dee4f..76d93705b 100644 --- a/src/dashboard.js +++ b/src/dashboard.js @@ -43,7 +43,7 @@ Vue.prototype.t = translate Vue.prototype.n = translatePlural window.addEventListener('DOMContentLoaded', () => { - OCA.Dashboard.register('photos.onthisday', (el) => { + OCA.Dashboard.register('photos-onthisday', (el) => { global.PhotosOnThisDay = new Vue({ el, store,