fix: disable sort in SMS integration table.

This commit is contained in:
elforjani13
2021-11-08 16:10:54 +02:00
parent 5b09d8279e
commit 8c2d138976

View File

@@ -39,12 +39,14 @@ export function useSMSIntegrationTableColumns() {
accessor: NotificationAccessor,
className: 'notification',
width: '180',
disableSortBy: true,
},
{
Header: intl.get('service'),
accessor: 'module_formatted',
className: 'service',
width: '80',
disableSortBy: true,
},
{
Header: intl.get('sms_message.label_mesage'),
@@ -53,6 +55,7 @@ export function useSMSIntegrationTableColumns() {
className: 'sms_message',
clickable: true,
width: '180',
disableSortBy: true,
},
{
Header: intl.get('sms_message.label_auto'),