Skip to content

Commit

Permalink
restore accordion expert slot
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 9, 2023
1 parent 44244bc commit 3dbf399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/accordion/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class KolAccordion implements API {
<kol-heading-wc _label="" _level={this.state._level}>
<kol-button-wc
ref={this.catchRef}
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 3dbf399

Please sign in to comment.