Skip to content

Commit

Permalink
fix: icon for max warning should use trigger icon instead of causing …
Browse files Browse the repository at this point in the history
…an error
  • Loading branch information
gulfaraz committed Jul 19, 2024
1 parent b7ef043 commit 18cc84d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ export class EmailTemplateService {
const fileNameMap = {
[EapAlertClassKeyEnum.med]: 'warning-medium.png',
[EapAlertClassKeyEnum.min]: 'warning-low.png',
[EapAlertClassKeyEnum.max]: 'trigger.png',
default: 'trigger.png',
};

Expand Down

0 comments on commit 18cc84d

Please sign in to comment.