Merge pull request #9247 from backstage/filter-query-params

Respect queryParameter updates in catalog pickers
This commit is contained in:
Ben Lambert
2022-02-07 13:18:40 +01:00
committed by GitHub
14 changed files with 308 additions and 64 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Updated `useEntityListProvider` and catalog pickers to respond to external changes to query parameters in the URL, such as two sidebar links that apply different catalog filters.