diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 4b5403f..e397473 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-wcctools', - version: '1.0.89', + version: '1.0.90', description: 'A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.' } diff --git a/ts_web/elements/wcc-dashboard.ts b/ts_web/elements/wcc-dashboard.ts index ee508aa..5bd3a0d 100644 --- a/ts_web/elements/wcc-dashboard.ts +++ b/ts_web/elements/wcc-dashboard.ts @@ -139,9 +139,9 @@ export class WccDashboard extends DeesElement { const storeElement = this.selectedItem; const wccFrame: WccFrame = this.shadowRoot.querySelector('wcc-frame'); - if (changedPropertiesArg.has('selectedItemName') { + if (changedPropertiesArg.has('selectedItemName')) { document.title = this.selectedItemName; - }) + }; if (this.selectedType === 'page' && this.selectedItem) { if (typeof this.selectedItem === 'function') {