-
Notifications
You must be signed in to change notification settings - Fork 4
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 undisplayed error logs on root node #2534
Conversation
Signed-off-by: Franck LECUYER <[email protected]>
Signed-off-by: Franck LECUYER <[email protected]>
@@ -120,7 +120,7 @@ const LogTable = ({ selectedReport, reportType, severities, onRowClick }: LogTab | |||
}, [severityFilter, fetchReportLogs, selectedReport, messageFilter, resetSearch]); | |||
|
|||
useEffect(() => { | |||
if (filters?.length === 0 && severities && severities.length > 0) { |
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.
Removing the condition on filters
altogether has some side effects in other use cases. it resets the displayed severities selection when switching selected nodes from the treeview
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.
👍
Fixed
Quality Gate passedIssues Measures |
No description provided.