Frontend: Disable quick integration switch when not using spot finding
This commit is contained in:
@@ -231,7 +231,8 @@ class DataProcessingSettings extends Component<MyProps, MyState> {
|
||||
disabled={!this.state.s.enable}/>
|
||||
Indexing <br/><br/>
|
||||
<Switch onChange={this.enableQuickIntegrationToggle}
|
||||
checked={this.state.s.quick_integration}/>
|
||||
checked={this.state.s.quick_integration}
|
||||
disabled={!this.state.s.enable}/>
|
||||
Quick MX integration
|
||||
</Grid>
|
||||
<Grid item xs={1}/>
|
||||
|
||||
Reference in New Issue
Block a user