diff --git a/app/views/components/_filter_summary.html.erb b/app/views/components/_filter_summary.html.erb index 6381bfeaf..57624bbf5 100644 --- a/app/views/components/_filter_summary.html.erb +++ b/app/views/components/_filter_summary.html.erb @@ -11,6 +11,7 @@ component_helper = GovukPublishingComponents::Presenters::ComponentWrapperHelper.new(local_assigns) component_helper.add_class(shared_helper.get_margin_bottom) if local_assigns[:margin_bottom] + component_helper.add_data_attribute({ module: "ga4-event-tracker" }) component_helper.add_class("app-c-filter-summary") %> @@ -25,7 +26,14 @@