diff --git a/components/page-actions.js b/components/page-actions.js index e9a5c14..9eb8918 100644 --- a/components/page-actions.js +++ b/components/page-actions.js @@ -227,6 +227,7 @@ export class PageActions extends HTMLElement { 'm-settings-page-settings' ) settingsEl.cspProfiles = this.cspProfiles + settingsEl.path = this.path settingsEl.data = this.page.settings const h = document.createElement('h2') h.innerText = this.text.settings