fix(core): update
This commit is contained in:
@ -126,15 +126,7 @@ export class WccProperties extends LitElement {
|
||||
returnArray.push(
|
||||
html`
|
||||
<div class="property">
|
||||
${key} / ${classProperties.get(key).type.name} /
|
||||
<pre>
|
||||
${(() => {
|
||||
const result = this.selectedInstance
|
||||
? JSON.stringify(this.selectedInstance[key], null, 2)
|
||||
: null;
|
||||
return result;
|
||||
})()}</pre
|
||||
>
|
||||
${key} / ${classProperties.get(key).type.name}
|
||||
</div>
|
||||
`
|
||||
);
|
||||
|
Reference in New Issue
Block a user