From 8daefb6946a167d19909c8b6b72b17fec92a5760 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Tue, 9 Nov 2021 09:57:12 +0200 Subject: [PATCH] fix: add notification id to sms messages templates table. --- src/containers/Preferences/SMSIntegration/components.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/containers/Preferences/SMSIntegration/components.js b/src/containers/Preferences/SMSIntegration/components.js index 161bddfe0..3e59329ba 100644 --- a/src/containers/Preferences/SMSIntegration/components.js +++ b/src/containers/Preferences/SMSIntegration/components.js @@ -67,6 +67,7 @@ export function useSMSIntegrationTableColumns() { return React.useMemo( () => [ { + id: 'notification', Header: intl.get('sms_message.label_Notification'), accessor: NotificationAccessor, className: 'notification',