mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-21 21:20:19 +09:00
Merge pull request #3405 from Yuliang-Lee/fix/MessageSelectorWarning
fix: MessageSelectorWarning
This commit is contained in:
commit
e056a1d46d
@ -227,7 +227,7 @@ export function MessageSelector(props: {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={styles["checkbox"]}>
|
<div className={styles["checkbox"]}>
|
||||||
<input type="checkbox" checked={isSelected}></input>
|
<input type="checkbox" checked={isSelected} readOnly></input>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user