Browse Source

fix: MessageSelectorWarning

frankylli 2 years ago
parent
commit
10ea9bf1e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/components/message-selector.tsx

+ 1 - 1
app/components/message-selector.tsx

@@ -224,7 +224,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>
           );