diff --git a/docroot/modules/custom/va_gov_workflow/src/EventSubscriber/EntityEventSubscriber.php b/docroot/modules/custom/va_gov_workflow/src/EventSubscriber/EntityEventSubscriber.php index 9761a5bc577..22fb639654a 100644 --- a/docroot/modules/custom/va_gov_workflow/src/EventSubscriber/EntityEventSubscriber.php +++ b/docroot/modules/custom/va_gov_workflow/src/EventSubscriber/EntityEventSubscriber.php @@ -277,9 +277,6 @@ public function requireRevisionMessage(array &$form, FormStateInterface &$form_s return; } - // Disable the checkbox functionality. - unset($form['revision_log']['#states']); - // Hide the checkbox that lets you opt into making a revision. // Promo blocks have a different form structure. if ($entity->bundle() === 'promo') {