Skip to content

Commit

Permalink
Fix form custom element definition
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza authored Jul 12, 2024
1 parent 13d295f commit 251f4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/CalendarFilters.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export function defineCalendarFilters(DNA) {
});
} else if (DNA.customElements) {
// DNA 3
customElements.define('calendar-filters', CalendarFilters, {
DNA.customElements.define('calendar-filters', CalendarFilters, {
extends: 'form',
});
}
Expand Down

0 comments on commit 251f4c5

Please sign in to comment.