Explorar el Código

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

fix: MessageSelectorWarning
DeanYao hace 1 año
padre
commit
e056a1d46d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/components/message-selector.tsx

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

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