mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fix bad type
This commit is contained in:
@@ -22,7 +22,7 @@ export default class SlTabPanel extends LitElement {
|
||||
@property() name: string = '';
|
||||
|
||||
/** When true, the tab panel will be shown. */
|
||||
@property({ type: Boolean, reflect: true }) active: false = false;
|
||||
@property({ type: Boolean, reflect: true }) active: boolean = false;
|
||||
|
||||
connectedCallback() {
|
||||
super.connectedCallback();
|
||||
|
||||
Reference in New Issue
Block a user