From 136d0f2e563e520f8426b61641a155da21290497 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Thu, 30 Apr 2026 17:25:41 +0100 Subject: [PATCH] CLDC-4365: Fix notification banner call --- app/helpers/application_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 13edeb1f3..d379ef847 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -35,7 +35,8 @@ module ApplicationHelper def notification_banner govuk_notification_banner( title_text: "Success", - success: true, title_heading_level: 3, + success: true, + title_heading_level: 3, title_id: "flash-notice", role: "alert" ) do |notification_banner|