mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: add notification id to sms messages templates table.
This commit is contained in:
@@ -67,6 +67,7 @@ export function useSMSIntegrationTableColumns() {
|
|||||||
return React.useMemo(
|
return React.useMemo(
|
||||||
() => [
|
() => [
|
||||||
{
|
{
|
||||||
|
id: 'notification',
|
||||||
Header: intl.get('sms_message.label_Notification'),
|
Header: intl.get('sms_message.label_Notification'),
|
||||||
accessor: NotificationAccessor,
|
accessor: NotificationAccessor,
|
||||||
className: 'notification',
|
className: 'notification',
|
||||||
|
|||||||
Reference in New Issue
Block a user