Skip to content

Commit 25bf3da

Browse files
committed
fix: implement the static method "NAME"
1 parent 0ade4fd commit 25bf3da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/src/sidebar.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ class Sidebar extends BaseComponent {
8585
return DefaultType
8686
}
8787

88+
static get NAME() {
89+
return NAME
90+
}
91+
8892
// Public
8993

9094
show() {

0 commit comments

Comments
 (0)