From b13f7fdbae7df011120a4f31a16b4c9a597dbafd Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Wed, 15 Jan 2025 10:44:49 +0000 Subject: [PATCH] WIP --- lib/govuk_publishing_components/presenters/button_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/govuk_publishing_components/presenters/button_helper.rb b/lib/govuk_publishing_components/presenters/button_helper.rb index 2f66a28a18..cd1c645497 100644 --- a/lib/govuk_publishing_components/presenters/button_helper.rb +++ b/lib/govuk_publishing_components/presenters/button_helper.rb @@ -98,7 +98,7 @@ def html_options # options[:rel] = rel if rel options[:data] = data_attributes if data_attributes options[:title] = title if title - options[:target] = target if target + # options[:target] = target if target options[:name] = name if name.present? && value.present? options[:value] = value if name.present? && value.present? options[:aria] = { label: aria_label } if aria_label