diff --git a/core/modules/block/src/BlockForm.php b/core/modules/block/src/BlockForm.php index 358b0f5ef7..f7eede51f7 100644 --- a/core/modules/block/src/BlockForm.php +++ b/core/modules/block/src/BlockForm.php @@ -267,7 +267,6 @@ protected function buildVisibilityInterface(array $form, FormStateInterface $for 'entity_bundle:node', 'language', 'response_status', - 'user_role', ]; foreach ($disable_negation as $condition) { if (isset($form[$condition])) {