You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(alerts): Show empty state for projects column when no detectors connected
When an automation has no connected detectors, the projects column
showed all projects because useDetectorsQuery({ids: []}) fetched all
detectors. Disable the query when detectorIds is empty and show an
em-dash empty state instead.
Fixes ISWF-2161
0 commit comments