diff --git a/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php b/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php index 96f7f80d3..31e3b37aa 100644 --- a/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php +++ b/modules/monitoring/application/forms/Command/Instance/DisableNotificationsExpireCommandForm.php @@ -20,6 +20,7 @@ class DisableNotificationsExpireCommandForm extends CommandForm */ public function init() { + $this->setRequiredCue(null); $this->setSubmitLabel($this->translate('Disable Notifications')); }