Skip to content
Snippets Groups Projects
Commit e3a806fe authored by Aaron Bauman's avatar Aaron Bauman
Browse files

Merge remote-tracking branch 'salesforce-3443506/3443506-trying-to-access' into 5.1.x

parents 469435b7 7986e991
No related branches found
No related tags found
No related merge requests found
Pipeline #179420 failed
......@@ -132,7 +132,7 @@ class SettingsForm extends ConfigFormBase {
'#type' => 'select',
'#options' => $versions,
'#tree' => TRUE,
'#default_value' => $config->get('rest_api_version')['version'],
'#default_value' => $config->get('rest_api_version') ? $config->get('rest_api_version')['version'] : NULL,
'#states' => [
'visible' => [
':input[name="use_latest"]' => ['checked' => FALSE],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment