fix(core): update
This commit is contained in:
parent
f26f0d0450
commit
9960bf7018
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.157',
|
||||
version: '1.0.158',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -11,12 +11,6 @@ import {
|
||||
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
import hlight from 'highlight.js';
|
||||
|
||||
import * as smartstring from '@pushrocks/smartstring';
|
||||
|
||||
import * as domtools from '@designestate/dees-domtools';
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
'dees-dataview-statusobject': DeesDataviewStatusobject;
|
||||
@ -149,7 +143,7 @@ export class DeesDataviewStatusobject extends DeesElement {
|
||||
<h1>${this.statusObject?.name || 'no status object assigned'}</h1>
|
||||
<div class="copyMain">Copy as JSON</div>
|
||||
</div>
|
||||
${this.statusObject.details.map((detailArg) => {
|
||||
${this.statusObject?.details?.map((detailArg) => {
|
||||
return html`
|
||||
<div class="detail">
|
||||
<div class="statusdot ${detailArg.status}"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user