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 <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Aug 26, 2024
1 parent 16e4a6b commit f54f7c5
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 @@ -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,
Expand Down

0 comments on commit f54f7c5

Please sign in to comment.