Skip to content

Commit

Permalink
upcoming: [DI-22132] - Comment update and label update
Browse files Browse the repository at this point in the history
  • Loading branch information
vmangalr committed Jan 6, 2025
1 parent f7d3245 commit 41e0aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const AlertDetailCriteria = React.memo((props: CriteriaProps) => {
values={[convertSecondsToMinutes(pollingIntervalSeconds)]}
/>
<DisplayAlertDetailChips // label chip for evaluation period
label="Evaluation Periods"
label="Evaluation Period"
mergeChips
values={[convertSecondsToMinutes(evaluationPeriod)]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 41e0aef

Please sign in to comment.