Skip to content

Commit

Permalink
Merge pull request #3405 from Yuliang-Lee/fix/MessageSelectorWarning
Browse files Browse the repository at this point in the history
fix: MessageSelectorWarning
  • Loading branch information
Dean-YZG committed Mar 28, 2024
2 parents 57026f6 + 10ea9bf commit e056a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/message-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export function MessageSelector(props: {
</div>

<div className={styles["checkbox"]}>
<input type="checkbox" checked={isSelected}></input>
<input type="checkbox" checked={isSelected} readOnly></input>
</div>
</div>
);
Expand Down

0 comments on commit e056a1d

Please sign in to comment.