mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
srn build fix
This commit is contained in:
@@ -113,7 +113,7 @@ export const CustomDropdownFilter = ({
|
||||
const entity = filter.valueLabelMapping?.find((entry) => entry[value])?.[
|
||||
value
|
||||
];
|
||||
return entity?.alias || entity?.uid || value;
|
||||
return entity?.providerInfo?.alias || entity?.providerInfo?.uid || value;
|
||||
},
|
||||
[filter.valueLabelMapping],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user