Procházet zdrojové kódy

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

fix: MessageSelectorWarning
DeanYao před 1 rokem
rodič
revize
e056a1d46d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>
           );