Files
backstage/.changeset/many-waves-visit.md
T
Joon Park 740f958290 Handle empty values array in EntityFilter
While an empty values array is not really a sensible input, if an empty array is provided, technically nothing should be returned as a matching value, thus the existing behavior was technically a bug.

Signed-off-by: Joon Park <joonp@spotify.com>
2021-11-22 21:07:55 +00:00

131 B

@backstage/plugin-catalog-backend
@backstage/plugin-catalog-backend
patch

Providing an empty values array in an EntityFilter will now return no matches.