File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Components/Security/SecurityModal/config Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ const getVulnerabilitiesDetailData = (
105
105
setDetailViewData : OpenDetailViewButtonProps [ 'setDetailViewData' ] ,
106
106
hidePolicy : boolean ,
107
107
) => {
108
- const shouldGroupByTarget = element . list . every ( ( item ) => ! ! item . target )
108
+ const shouldGroupByTarget = element . list ? .every ( ( item ) => ! ! item . target )
109
109
if ( ! shouldGroupByTarget ) {
110
110
return {
111
111
...getVulnerabilitiesDetailBaseData ( element ) ,
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export interface MainContext {
39
39
}
40
40
isAirgapped : boolean
41
41
isSuperAdmin : boolean
42
+ isManifestScanningEnabled : boolean
42
43
}
43
44
44
45
export interface MainContextProviderProps {
You can’t perform that action at this time.
0 commit comments