diff --git a/core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php b/core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php index d69b9b08ed..4a416312ea 100644 --- a/core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php +++ b/core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php @@ -380,7 +380,7 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta 'operations' => [ '#type' => 'operations', '#links' => [ - 'Add' => [ + 'select' => [ 'title' => $this->t('Select'), 'url' => Url::fromRoute('content_moderation.workflow_type_edit_form', ['workflow' => $workflow->id(), 'entity_type_id' => $entity_type->id()]), 'attributes' => [