Skip to content

Commit dcc87ff

Browse files
committed
Revert to checkbox
1 parent 7ead9bb commit dcc87ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/component/src/ActivityFeedback/private/ThumbButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function ThumbButton(props: ThumbButtonProps, ref: ForwardedRef<HTMLInputElement
7676
onChange={handleChange}
7777
onKeyDown={handleKeyDown}
7878
ref={ref}
79-
type="radio"
79+
type="checkbox"
8080
/>
8181
<ThumbButtonImage
8282
className={classNames('webchat__thumb-button__image', 'webchat__thumb-button__image--is-stroked', {

0 commit comments

Comments
 (0)