-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix error when a column with no value is selected to show in the vulnerabilities inventory table #6179
Fix error when a column with no value is selected to show in the vulnerabilities inventory table #6179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I forgot to update the CHANGELOG. It was updated in e11262b commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
Description
This PR,
solves an error when clicking on the
show all
button from the inventory columns selector.The error was triggered when the column didn't have a value (empty value) to show.
Solves #6164
Test
Inventory
tabshow all
button### Before
After
Screen.Recording.2023-11-29.at.16.59.10.mov
Check List
yarn test:jest