mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +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(
|
||||
() => [
|
||||
{
|
||||
id: 'notification',
|
||||
Header: intl.get('sms_message.label_Notification'),
|
||||
accessor: NotificationAccessor,
|
||||
className: 'notification',
|
||||
|
||||
Reference in New Issue
Block a user