Skip to content

Commit

Permalink
Fix remove badge when unselecting 'T1 supplier' filter in analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves committed Jul 18, 2023
1 parent 04a821e commit e9569cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

### Fixed

- Fixed remove badge when unselecting 'T1 supplier' filter in analysis [LANDGRIF-1442](https://vizzuality.atlassian.net/browse/LANDGRIF-1442)
- Fixed analysis filters selectors width [LANDGRIF-1437](https://vizzuality.atlassian.net/browse/LANDGRIF-1437)
- Fixed treeselect auto scroll [LANDGRIF-1435](https://vizzuality.atlassian.net/browse/LANDGRIF-1435)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const AnalysisDynamicMetadata: FC<AnalysisDynamicMetadataTypes> = ({
<Badge
key={supplier.value}
data={supplier}
onClick={() => handleRemoveBadge('suppliers', t1Suppliers, supplier)}
onClick={() => handleRemoveBadge('t1Suppliers', t1Suppliers, supplier)}
removable
>
{supplier.label}
Expand Down

1 comment on commit e9569cb

@vercel
Copy link

@vercel vercel bot commented on e9569cb Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-client – ./client

landgriffon-client-git-dev-vizzuality1.vercel.app
landgriffon-client.vercel.app
landgriffon-client-vizzuality1.vercel.app

Please sign in to comment.