Skip to content

Commit

Permalink
fix(Rate): fixed issue with focus state
Browse files Browse the repository at this point in the history
  • Loading branch information
sos-petrosyan committed Dec 24, 2024
1 parent f62c2e5 commit 804ccd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/atoms/Rate/Rate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ const Rate: FC<IRateProps> = (props) => {
onClick={(e) => getRating(e, currentRating)}
key={i}
type="button"
disabled={disable || readonly}
>
<span
aria-label="rate"
Expand Down

0 comments on commit 804ccd7

Please sign in to comment.