Skip to content

Commit

Permalink
fix: remove expert slot from accordion component (#5538)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Nov 7, 2023
2 parents 57382b4 + a8588ce commit 5a14da7
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 5a14da7

Please sign in to comment.