-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RHINENG-12310): Tag filter error on Reports page
To reproduce: Go to https://console.redhat.com/insights/vulnerability/cves At top in 'Filter by tag' select a value with systems Navigate to https://console.redhat.com/insights/vulnerability/reports#SIDs=&tags= Select Create report Error is displayed The issue is that the `useSelector` on ReportsPage was not putting the tags into an array, AND if there were no tags, then it wasn't returning an empty array properly. Make sure to apply multiple variations of workloads, SAP IDs, and tags to make sure this feature works correctly.
- Loading branch information
1 parent
911a033
commit 1c761db
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters