Skip to content

Commit

Permalink
sort: removes 'compact' from dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Glignos authored and lnielsen committed Oct 28, 2020
1 parent a7235ff commit 8758be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/Sort/Sort.js
Expand Up @@ -113,7 +113,6 @@ const Element = ({ overridableId, ...props }) => {
<Overridable id={buildUID('Sort.element', overridableId)} {...props}>
<Dropdown
selection
compact
options={_options}
value={selected}
onChange={(e, { value }) => onValueChange(value)}
Expand Down

0 comments on commit 8758be0

Please sign in to comment.