From daf036d1a713bdcb4008076233fa6dbf7fbe6c37 Mon Sep 17 00:00:00 2001 From: Kate Riley Date: Thu, 7 Sep 2023 14:52:01 +0100 Subject: [PATCH] reset filter button has role type button rather than link --- .../components/plotly/apply_and_reset_filters_buttons.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gov_uk_dashboards/components/plotly/apply_and_reset_filters_buttons.py b/gov_uk_dashboards/components/plotly/apply_and_reset_filters_buttons.py index acfcc5e..01e020a 100644 --- a/gov_uk_dashboards/components/plotly/apply_and_reset_filters_buttons.py +++ b/gov_uk_dashboards/components/plotly/apply_and_reset_filters_buttons.py @@ -12,6 +12,7 @@ def apply_and_reset_filters_buttons(): "Reset filters", href="?", className="govuk-link govuk-body", + role="button" ), html.Button( "Apply filters", diff --git a/setup.py b/setup.py index 0400600..3a99add 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ author="Department for Levelling Up, Housing and Communities", description="Provides access to functionality common to creating a data dashboard.", name="gov_uk_dashboards", - version="9.16.2", + version="9.16.3", long_description=long_description, long_description_content_type="text/markdown", packages=find_packages(),