Skip to content

Commit e9ed2e8

Browse files
committed
ensure undefined replyTo doesn't overwrite default
1 parent d10fd75 commit e9ed2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dbl-upload-notification/handlers/dbl-upload-notification.handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class DBLUploadNotificationHandler
126126
.render(DBLUpload, props)
127127
.with({
128128
to,
129-
...(this.config.email.notifyDblUpload && {
129+
...(this.config.email.notifyDblUpload?.replyTo && {
130130
'reply-to': this.config.email.notifyDblUpload.replyTo,
131131
}),
132132
})

0 commit comments

Comments
 (0)