Skip to content

Commit 6c059cf

Browse files
Update email template path in alert configuration
1 parent 7973f7b commit 6c059cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/alert-configuration/infrastructure/Metalk8sCSCAlertConfigurationStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export class Metalk8sCSCAlertConfigurationStore
286286
alertConfiguration: AlertConfiguration,
287287
currentEmailreceiver: Receiver,
288288
): Promise<Receiver> {
289-
const html = await fetch(`/brand/email.html`).then((res) => res.text());
289+
const html = await fetch(`/metalk8s/brand/email.html`).then((res) => res.text());
290290

291291
return {
292292
...currentEmailreceiver,

0 commit comments

Comments
 (0)