diff --git a/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php b/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php
index 2b03c6f..9e567be 100644
--- a/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php
+++ b/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php
@@ -288,6 +288,7 @@ public function buildForm(array $form, array &$form_state, $entity_type_id = NUL
     // We can set the 'rows_order' element, needed by theme_field_ui_table(),
     // here instead of a #pre_render callback because this form doesn't have the
     // tabledrag behavior anymore.
+    $table['#regions']['content']['rows_order'] = array();
     foreach (element_children($table) as $name) {
       $table['#regions']['content']['rows_order'][] = $name;
     }
