From e8857a540695d929b2aca01afa7f9b3d15a990b0 Mon Sep 17 00:00:00 2001 From: bat Date: Sun, 30 Apr 2023 03:25:03 +0000 Subject: [PATCH] give settings the path --- components/page-actions.js | 1 + 1 file changed, 1 insertion(+) 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