Skip to content

Commit

Permalink
Use state
Browse files Browse the repository at this point in the history
Refs: #7405
  • Loading branch information
anicyne committed Mar 4, 2025
1 parent 269b0ab commit 85193bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export class KolSingleSelect implements SingleSelectAPI {
}}
placeholder={this.state._placeholder}
/>
{this._inputValue && !this._hideClearButton && (
{this._inputValue && !this.state._hideClearButton && (
<KolIconTag
_icons="codicon codicon-close"
_label={translate('kol-delete-selection')}
Expand Down

0 comments on commit 85193bc

Please sign in to comment.