feat: Allow SaaS users to manage subscription within the dashboard (#5059)
This commit is contained in:
parent
0cee42a9f9
commit
7fc0d166e8
33 changed files with 773 additions and 18 deletions
|
@ -19,6 +19,7 @@
|
|||
:custom-views="customViews"
|
||||
:menu-config="activeSecondaryMenu"
|
||||
:current-role="currentRole"
|
||||
:is-on-chatwoot-cloud="isOnChatwootCloud"
|
||||
@add-label="showAddLabelPopup"
|
||||
@toggle-accounts="toggleAccountModal"
|
||||
/>
|
||||
|
@ -67,6 +68,7 @@ export default {
|
|||
...mapGetters({
|
||||
currentUser: 'getCurrentUser',
|
||||
globalConfig: 'globalConfig/get',
|
||||
isOnChatwootCloud: 'globalConfig/isOnChatwootCloud',
|
||||
inboxes: 'inboxes/getInboxes',
|
||||
accountId: 'getCurrentAccountId',
|
||||
currentRole: 'getCurrentRole',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue