Merge pull request #3405 from Yuliang-Lee/fix/MessageSelectorWarning

fix: MessageSelectorWarning
This commit is contained in:
DeanYao 2024-03-28 11:38:45 +08:00 committed by GitHub
commit e056a1d46d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>
);