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