Skip to content

Commit 3c9f9c3

Browse files
committed
Merge branch 'w/132.0/bugfix/email-template-url-is-incorrect' into tmp/octopus/w/133.0/bugfix/email-template-url-is-incorrect
2 parents e00d5ff + f4e7860 commit 3c9f9c3

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)