Skip to content

Commit

Permalink
fix(dashboard): Fix dashboard panel ID
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 26, 2024
1 parent 10bb95a commit 9664509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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,
Expand Down

0 comments on commit 9664509

Please sign in to comment.