Skip to content

Commit f9b1f61

Browse files
authored
Merge pull request #185 from LabKey/fb_fixTestsEnablingNotification
fix ehr tests that are enabling notifications
2 parents 2c2ba48 + 580f116 commit f9b1f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LDK/resources/web/LDK/panel/NotificationAdminPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Ext4.define('LDK.panel.NotificationAdminPanel', {
198198
helpPopup: 'This will be used as the reply email for all sent messages.',
199199
dataIndex: 'replyEmail',
200200
vtype: 'email',
201-
value: results.replyEmail
201+
value: results.replyEmail.address
202202
},{
203203
xtype: 'panel',
204204
border: false,

0 commit comments

Comments
 (0)