Skip to content

Commit

Permalink
reset filter button has role type button rather than link
Browse files Browse the repository at this point in the history
  • Loading branch information
kateriley1 committed Sep 7, 2023
1 parent 25a3c6d commit daf036d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def apply_and_reset_filters_buttons():
"Reset filters",
href="?",
className="govuk-link govuk-body",
role="button"
),
html.Button(
"Apply filters",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit daf036d

Please sign in to comment.