Skip to content

Commit

Permalink
Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Gregory committed Oct 9, 2023
1 parent 5c318e1 commit 1695b74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mantine-core/src/components/MultiSelect/MultiSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,7 @@ export const MultiSelect = factory<MultiSelectFactory>((_props, ref) => {
</Combobox.DropdownTarget>

<OptionsDropdown
data={
hidePickedOptions ? filteredData : parsedData
}
data={hidePickedOptions ? filteredData : parsedData}
hidden={readOnly || disabled}
filter={filter}
search={_searchValue}
Expand Down

0 comments on commit 1695b74

Please sign in to comment.