Skip to content

Commit

Permalink
Merge pull request #132 from communitiesuk/bug-reset-filter-button-is…
Browse files Browse the repository at this point in the history
…-reported-as-link

reset filter button has role type button rather than link
  • Loading branch information
kateriley1 authored Sep 8, 2023
2 parents 25a3c6d + 658ae61 commit 7bc027e
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 7bc027e

Please sign in to comment.