Skip to content

Commit

Permalink
Remove uncessary disabled for button
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineDenis committed May 16, 2024
1 parent ec51823 commit 34c2b68
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ export function CustomSelectElement({
${isOpen ? 'z-[3] rounded-b-none' : ''}
${handleClick === undefined ? '' : 'border border-gray-500'}
`}
disabled={handleClick === undefined}
type="button"
onClick={handleClick}
>
Expand Down

0 comments on commit 34c2b68

Please sign in to comment.