diff --git a/packages/manager/src/features/CloudPulse/Alerts/AlertsDetail/AlertDetailCriteria.tsx b/packages/manager/src/features/CloudPulse/Alerts/AlertsDetail/AlertDetailCriteria.tsx index 1fa2f69edc2..1c063987baa 100644 --- a/packages/manager/src/features/CloudPulse/Alerts/AlertsDetail/AlertDetailCriteria.tsx +++ b/packages/manager/src/features/CloudPulse/Alerts/AlertsDetail/AlertDetailCriteria.tsx @@ -81,7 +81,7 @@ export const AlertDetailCriteria = React.memo((props: CriteriaProps) => { values={[convertSecondsToMinutes(pollingIntervalSeconds)]} /> diff --git a/packages/manager/src/features/CloudPulse/Alerts/Utils/utils.ts b/packages/manager/src/features/CloudPulse/Alerts/Utils/utils.ts index f42294827ed..267be695694 100644 --- a/packages/manager/src/features/CloudPulse/Alerts/Utils/utils.ts +++ b/packages/manager/src/features/CloudPulse/Alerts/Utils/utils.ts @@ -51,6 +51,8 @@ export const convertSecondsToMinutes = (seconds: number): string => { /** * @param index The index of the list of chips that we are rendering * @param length The length of the iteration so far + * @param mergeChips Indicates if the chips are merged into single or individual + * @param theme The MUI theme object * @returns The border radius to be applied on chips based on the parameters */ export const getAlertChipBorderRadius = (