Merge pull request #8203 from backstage/joonp/entity-filter-empty-values

Handle empty values array in EntityFilter
This commit is contained in:
Fredrik Adelöw
2021-11-24 15:49:10 +01:00
committed by GitHub
3 changed files with 38 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Providing an empty values array in an EntityFilter will now return no matches.