Merge pull request #100 from navi-sa/sev-acc-fix
TP-48836 | sev page bug fixed
This commit is contained in:
@@ -66,6 +66,7 @@ const SeverityResults = () => {
|
||||
onToggledExpansion={(isExpanded: boolean) => {
|
||||
if (isExpanded) setSeverityId(severity?.id);
|
||||
}}
|
||||
expanded={severityId === severity?.id}
|
||||
header={
|
||||
<div className={styles['accordion-header']}>
|
||||
<Typography variant="h4" className={styles['title']}>
|
||||
|
||||
Reference in New Issue
Block a user