Skip to content

Commit

Permalink
Merge pull request #1525 from rodekruis/fix.api-test
Browse files Browse the repository at this point in the history
fix: icon for max warning should use trigger icon
  • Loading branch information
gulfaraz authored Jul 19, 2024
2 parents b7ef043 + 18cc84d commit 8400bad
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 8400bad

Please sign in to comment.