Skip to content

Commit

Permalink
Merge pull request #840 from takenet/lucasMurtaVI-patch-8
Browse files Browse the repository at this point in the history
Update autocomplete.tsx
  • Loading branch information
lucasMurtaVI authored May 29, 2024
2 parents 48fe4cb + c4ff9e5 commit dfe07ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autocomplete/autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ export class BdsAutocomplete {
{this.selectionTitle}
</bds-typo>
)}
{this.selectionType == 'multiple' && (this.value == null) && (
{this.selectionType == 'multiple' && this.value == null && (
<bds-checkbox
ref={this.refCheckAllInput}
refer={`refer-multiselect`}
Expand Down

0 comments on commit dfe07ed

Please sign in to comment.