Skip to content

Commit 3599060

Browse files
committed
Fix element page render override
1 parent e418d49 commit 3599060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-client/src/components/wco-element-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class WCOElementPage extends WCOPage {
4646
@property({attribute: false})
4747
elementData?: ElementData;
4848

49-
render() {
49+
renderMain() {
5050
if (this.elementData === undefined) {
5151
return html`<div class="full-screen-error">No element to display</div>`;
5252
}

0 commit comments

Comments
 (0)