From e1f3ab45d2f72639213eaa1ef2aa36f151aff447 Mon Sep 17 00:00:00 2001 From: Benjamin Limpich Date: Wed, 24 Jan 2024 14:31:09 -0800 Subject: [PATCH] Merge pull request #35109 from Expensify/cristi_fix-deploy-blocker-35076 (cherry picked from commit 90d54c0759f49691a02658285ec6d670d50cceeb) --- src/pages/settings/Report/NotificationPreferencePage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/settings/Report/NotificationPreferencePage.js b/src/pages/settings/Report/NotificationPreferencePage.js index 488afa7c5a71..c6044bd81efe 100644 --- a/src/pages/settings/Report/NotificationPreferencePage.js +++ b/src/pages/settings/Report/NotificationPreferencePage.js @@ -43,7 +43,9 @@ function NotificationPreferencePage(props) { /> Report.updateNotificationPreference(props.reportID, props.report.notificationPreference, option.value, true, undefined, undefined, props.report)} + onSelectRow={(option) => + Report.updateNotificationPreference(props.report.reportID, props.report.notificationPreference, option.value, true, undefined, undefined, props.report) + } initiallyFocusedOptionKey={_.find(notificationPreferenceOptions, (locale) => locale.isSelected).keyForList} />