Skip to content

Commit

Permalink
remove button
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloamorimbr committed Jan 16, 2025
1 parent 768b54f commit d578411
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jsapp/js/components/common/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ export const Select = (props: SelectProps) => {
rightSection={
<Group gap={1} mr='sm'>
{clearButton}
<UnstyledButton>
<Icon name={isOpened ? 'angle-up' : 'angle-down'} size={iconSize} />
</UnstyledButton>
<Icon name={isOpened ? 'angle-up' : 'angle-down'} size={iconSize} />
</Group>
}
/>
Expand Down

0 comments on commit d578411

Please sign in to comment.