mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
@@ -80,5 +80,6 @@ export enum DialogsName {
|
||||
SharePaymentLink = 'SharePaymentLink',
|
||||
SelectPaymentMethod = 'SelectPaymentMethodsDialog',
|
||||
|
||||
StripeSetup = 'StripeSetup'
|
||||
StripeSetup = 'StripeSetup',
|
||||
ApiKeysGenerate = 'api-keys-generate'
|
||||
}
|
||||
|
||||
@@ -68,6 +68,11 @@ export default [
|
||||
disabled: false,
|
||||
href: '/preferences/integrations'
|
||||
},
|
||||
{
|
||||
text: 'API Keys',
|
||||
disabled: false,
|
||||
href: '/preferences/api-keys',
|
||||
},
|
||||
// {
|
||||
// text: <T id={'sms_integration.label'} />,
|
||||
// disabled: false,
|
||||
|
||||
Reference in New Issue
Block a user