Loading core/modules/block/src/BlockForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ public function form(array $form, FormStateInterface $form_state) { $form['theme'] = [ '#type' => 'select', '#options' => $theme_options, '#title' => t('Theme'), '#title' => $this->t('Theme'), '#default_value' => $theme, '#ajax' => [ 'callback' => '::themeSwitch', Loading Loading
core/modules/block/src/BlockForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ public function form(array $form, FormStateInterface $form_state) { $form['theme'] = [ '#type' => 'select', '#options' => $theme_options, '#title' => t('Theme'), '#title' => $this->t('Theme'), '#default_value' => $theme, '#ajax' => [ 'callback' => '::themeSwitch', Loading