diff --git a/src/App.js b/src/App.js index 1085df0..61651b6 100644 --- a/src/App.js +++ b/src/App.js @@ -528,7 +528,7 @@ class App extends Component { const allowMount = this.state.RepertoryVersion !== 'none'; const missingDependencies = (this.state.MissingDependencies.length > 0); const allowConfig = this.state.LocationsLookup[selectedVersion] && - this.state.LocationsLookup[selectedVersion].config_allowed; + this.state.LocationsLookup[selectedVersion].config_support; const showDependencies = missingDependencies && !this.state.DownloadActive;