Skip to content

Commit db11d75

Browse files
committed
fix: storybook is javascript and doesn't know the override keyword
1 parent 39265c6 commit db11d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class UmbStoryBookElement extends UmbLitElement {
5555
});
5656
}
5757

58-
override render() {
58+
render() {
5959
return html`<slot></slot>
6060
<umb-backoffice-modal-container></umb-backoffice-modal-container>
6161
<umb-backoffice-notification-container></umb-backoffice-notification-container>`;

0 commit comments

Comments
 (0)