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 b4c1d28 commit 8299064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class KolSingleSelect implements SingleSelectAPI {
<div class="kol-single-select__group">
<KolInputStateWrapperFc {...this.getInputProps()} />

{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 8299064

Please sign in to comment.