mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
fix: disable sort in SMS integration table.
This commit is contained in:
@@ -39,12 +39,14 @@ export function useSMSIntegrationTableColumns() {
|
|||||||
accessor: NotificationAccessor,
|
accessor: NotificationAccessor,
|
||||||
className: 'notification',
|
className: 'notification',
|
||||||
width: '180',
|
width: '180',
|
||||||
|
disableSortBy: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Header: intl.get('service'),
|
Header: intl.get('service'),
|
||||||
accessor: 'module_formatted',
|
accessor: 'module_formatted',
|
||||||
className: 'service',
|
className: 'service',
|
||||||
width: '80',
|
width: '80',
|
||||||
|
disableSortBy: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Header: intl.get('sms_message.label_mesage'),
|
Header: intl.get('sms_message.label_mesage'),
|
||||||
@@ -53,6 +55,7 @@ export function useSMSIntegrationTableColumns() {
|
|||||||
className: 'sms_message',
|
className: 'sms_message',
|
||||||
clickable: true,
|
clickable: true,
|
||||||
width: '180',
|
width: '180',
|
||||||
|
disableSortBy: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Header: intl.get('sms_message.label_auto'),
|
Header: intl.get('sms_message.label_auto'),
|
||||||
|
|||||||
Reference in New Issue
Block a user