Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1262a9f

Browse files
committed
fix-update: react-share dialog error
1 parent 1e060fe commit 1262a9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/elements/StyledCheckbox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export default class StyledCheckbox extends React.PureComponent<IProps, IState>
6767
id={this.id}
6868
{...otherProps}
6969
type="checkbox"
70+
readOnly
7071
/>
7172
<label htmlFor={this.id}>
7273
{ /* Using the div to center the image */ }

0 commit comments

Comments
 (0)