We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5b3db commit 498efa0Copy full SHA for 498efa0
1 file changed
src/Form/ServerForm.php
@@ -92,7 +92,7 @@ public function form(array $form, FormStateInterface $formState) {
92
93
$input = $formState->getUserInput();
94
$inputSchema = array_key_exists('schema', $input) ? $input['schema'] : NULL;
95
- $schema = ($formSchema ?? $server->get('schema')) ?: reset(array_keys($schemas));
+ $schema = ($inputSchema ?? $server->get('schema')) ?: reset(array_keys($schemas));
96
97
if ($this->operation == 'add') {
98
$form['#title'] = $this->t('Add server');
0 commit comments