Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
msagolj committed Oct 9, 2024
1 parent 068bdae commit 25d72af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/_page-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"filters": [
{
"id": "page",
"id": "main",
"components": [
"section",
"tab-section"
Expand Down
2 changes: 1 addition & 1 deletion scripts/editor-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function setUEFilter(element, filter) {
function updateUEInstrumentation() {
const main = document.querySelector('main');

setUEFilter(main, 'page');
setUEFilter(main, 'main');

// if we are on a template page
if (document.body.hasAttribute('data-aem-template')) {
Expand Down

0 comments on commit 25d72af

Please sign in to comment.