Merge pull request #1453 from guardicore/bugfix-expanded-report-reset

Don't collapse PBA table in security report on data change
This commit is contained in:
Shreya Malviya 2021-09-07 13:09:00 +05:30 committed by GitHub
commit eefd7a69e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
- Malfunctioning timestomping PBA. #1405
- Malfunctioning shell startup script PBA. #1419
- Trap command produced no output. #1406
- Overlapping Guardicore logo in the landing page #1441
- Overlapping Guardicore logo in the landing page. #1441
- PBA table collapse in security report on data change. #1423
### Security
- Generate a random password when creating a new user for CommunicateAsNewUser

View File

@ -75,6 +75,7 @@ class PostBreachComponent extends React.Component {
SubComponent={row => {
return renderDetails(row.original.pba_results);
}}
collapseOnDataChange={false}
/>
</div>
</>