This commit is contained in:
2025-11-30 22:13:45 +00:00
parent 014fb3080a
commit 19f016a476
9 changed files with 265 additions and 2461 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ import {
unsafeCSS,
css,
render,
subscribe,
directives,
} from '@design.estate/dees-element';
import sharedStyles from '../sharedstyles.js';
@@ -26,7 +26,7 @@ export class BaseView extends DeesElement {
@property({
type: Array,
})
subscriptions: any[] = [
accessor subscriptions: any[] = [
{
organization: 'org1',
'subscription type': 'workspace.global SaaS',
@@ -111,7 +111,7 @@ export class BaseView extends DeesElement {
<p>
The organization slug corresponds to the organization name:<br />
<span class="slug"
>${subscribe(
>${directives.subscribe(
state.accountState.select((stateArg) => stateArg.newOrg.chosenSlug)
)}</span
>