Skip to content

Commit

Permalink
Merge pull request #2626 from nextcloud/backport/2624/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(dashboard): Fix dashboard panel ID
  • Loading branch information
nickvergessen authored Aug 26, 2024
2 parents c4449d3 + bec3bb1 commit 4458dff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/photos-dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-dashboard.js.map

Large diffs are not rendered by default.

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 4458dff

Please sign in to comment.