Skip to content

Commit

Permalink
fix: remove unneeded function call
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Dec 6, 2024
1 parent 7232f55 commit a555901
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ Component.extend('werkl-blog-detail', 'sw-cms-detail', {
}
});
}

if (this.acl.can('system_config.read')) {
this.getDefaultLayouts();
}

this.setPageContext();
},

Expand Down

0 comments on commit a555901

Please sign in to comment.