fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-03 12:44:12 +01:00
parent 9577cc9ebf
commit f4b426bc7f
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '1.0.278',
version: '1.0.279',
description: 'website for lossless.com'
}

View File

@ -184,6 +184,7 @@ export class DeesSimpleAppDash extends DeesElement {
public async firstUpdated(_changedProperties): Promise<void> {
const domtools = await this.domtoolsPromise;
super.firstUpdated(_changedProperties);
await this.loadView(this.viewTabs[0]);
}
public async launchTerminal() {