cc: Set `collapseOnDataChange` to false in PBA table in security report

This commit is contained in:
Shreya Malviya 2021-09-06 18:26:23 +05:30
parent 57908b94eb
commit 114758978b
1 changed files with 1 additions and 0 deletions

View File

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