This commit is contained in:
GH Action - Upstream Sync
2024-03-29 00:27:08 +00:00
6 changed files with 39 additions and 17 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>
);