mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
Merge pull request #626 from bigcapitalhq/disable-sms-service
fix: Disable sms service until Twilo integration
This commit is contained in:
@@ -54,9 +54,9 @@ export default [
|
|||||||
disabled: false,
|
disabled: false,
|
||||||
href: '/preferences/items',
|
href: '/preferences/items',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
text: <T id={'sms_integration.label'} />,
|
// text: <T id={'sms_integration.label'} />,
|
||||||
disabled: false,
|
// disabled: false,
|
||||||
href: '/preferences/sms-message',
|
// href: '/preferences/sms-message',
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import Roles from '../containers/Preferences/Users/Roles/RolesForm/RolesFormPage
|
|||||||
import Accountant from '@/containers/Preferences/Accountant/Accountant';
|
import Accountant from '@/containers/Preferences/Accountant/Accountant';
|
||||||
import Currencies from '@/containers/Preferences/Currencies/Currencies';
|
import Currencies from '@/containers/Preferences/Currencies/Currencies';
|
||||||
import Item from '@/containers/Preferences/Item';
|
import Item from '@/containers/Preferences/Item';
|
||||||
import SMSIntegration from '../containers/Preferences/SMSIntegration';
|
// import SMSIntegration from '../containers/Preferences/SMSIntegration';
|
||||||
import DefaultRoute from '../containers/Preferences/DefaultRoute';
|
import DefaultRoute from '../containers/Preferences/DefaultRoute';
|
||||||
import Warehouses from '../containers/Preferences/Warehouses';
|
import Warehouses from '../containers/Preferences/Warehouses';
|
||||||
import Branches from '../containers/Preferences/Branches';
|
import Branches from '../containers/Preferences/Branches';
|
||||||
@@ -85,11 +85,11 @@ export default [
|
|||||||
component: Item,
|
component: Item,
|
||||||
exact: true,
|
exact: true,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: `${BASE_URL}/sms-message`,
|
// path: `${BASE_URL}/sms-message`,
|
||||||
component: SMSIntegration,
|
// component: SMSIntegration,
|
||||||
exact: true,
|
// exact: true,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: `${BASE_URL}/billing`,
|
path: `${BASE_URL}/billing`,
|
||||||
component: BillingPage,
|
component: BillingPage,
|
||||||
|
|||||||
Reference in New Issue
Block a user