Selaa lähdekoodia

trialcase switch ok

xy 7 vuotta sitten
vanhempi
commit
37e996fb5a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/app/common/manage/TencentResult.js

+ 1 - 1
src/app/common/manage/TencentResult.js

@@ -61,7 +61,7 @@ class TencentResult extends Component {
                                                     <span className={'schema-table-content'}>
                                                         {
                                                             this.props.trialcase?
-                                                                <Switch checked={true}/>
+                                                                <Switch checked={true} disabled/>
                                                                 :
                                                                 <SwitchStatus group={group}/>
                                                         }