Skip to content

Commit

Permalink
fix: remove expert slot from accordion component
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 7, 2023
1 parent 99ad4a8 commit a8588ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/accordion/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class KolAccordion implements API {
<kol-heading-wc _label="" _level={this.state._level}>
<kol-button-wc
ref={this.catchRef}
slot="expert"
// slot="expert"
_ariaControls={this.nonce}
_ariaExpanded={this.state._open}
_icons={this.state._open ? 'codicon codicon-remove' : 'codicon codicon-add'}
Expand Down

0 comments on commit a8588ce

Please sign in to comment.