diff --git a/core/modules/content_moderation/src/ViewsData.php b/core/modules/content_moderation/src/ViewsData.php
index 19bcfa5..96fa699 100644
--- a/core/modules/content_moderation/src/ViewsData.php
+++ b/core/modules/content_moderation/src/ViewsData.php
@@ -193,16 +193,16 @@ public function getViewsData() {
           'base' => $content_moderation_state_entity_base_table,
           'base field' => 'content_entity_id',
           'relationship field' => $entity_type->getKey('id'),
-          'join_extra' => [
-            [
-              'field' => 'content_entity_type_id',
-              'value' => $entity_type_id,
-            ],
-            [
-              'field' => 'content_entity_revision_id',
-              'left_field' => $entity_type->getKey('revision'),
-            ],
-          ],
+//          'join_extra' => [
+//            [
+//              'field' => 'content_entity_type_id',
+//              'value' => $entity_type_id,
+//            ],
+//            [
+//              'field' => 'content_entity_revision_id',
+//              'left_field' => $entity_type->getKey('revision'),
+//            ],
+//          ],
         ],
       ];
 
@@ -215,12 +215,12 @@ public function getViewsData() {
           'base' => $content_moderation_state_entity_revision_base_table,
           'base field' => 'content_entity_revision_id',
           'relationship field' => $entity_type->getKey('revision'),
-          'join_extra' => [
-            [
-              'field' => 'content_entity_type_id',
-              'value' => $entity_type_id,
-            ],
-          ],
+//          'join_extra' => [
+//            [
+//              'field' => 'content_entity_type_id',
+//              'value' => $entity_type_id,
+//            ],
+//          ],
         ],
       ];
     }
