Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#3405 from Yuliang-Lee/fix/MessageSe…
Browse files Browse the repository at this point in the history
…lectorWarning

fix: MessageSelectorWarning
  • Loading branch information
Dean-YZG committed Mar 28, 2024
2 parents 1524f94 + 7d718a9 commit e8330e6
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 e8330e6

Please sign in to comment.