Prechádzať zdrojové kódy

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

fix: MessageSelectorWarning
DeanYao 1 rok pred
rodič
commit
e056a1d46d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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>
           );