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',