diff --git a/core/modules/taxonomy/src/Form/OverviewTerms.php b/core/modules/taxonomy/src/Form/OverviewTerms.php
index df80a47..5c99b4e 100644
--- a/core/modules/taxonomy/src/Form/OverviewTerms.php
+++ b/core/modules/taxonomy/src/Form/OverviewTerms.php
@@ -309,6 +309,7 @@ public function buildForm(array $form, FormStateInterface $form_state, Vocabular
         ];
       }
 
+      $form['terms'][$key]['operations'] = [];
       if ($operations = $this->termListBuilder->getOperations($term)) {
         $form['terms'][$key]['operations'] = [
           '#type' => 'operations',
