feat: Exclude account settings page from upgrade paywall (#11998)
This pull request includes a small change to the `Dashboard.vue` file. The change adds `'general_settings_index'` to the list of route names checked for inclusion.
This commit is contained in:
@@ -56,6 +56,7 @@ export default {
|
|||||||
return [
|
return [
|
||||||
'billing_settings_index',
|
'billing_settings_index',
|
||||||
'settings_inbox_list',
|
'settings_inbox_list',
|
||||||
|
'general_settings_index',
|
||||||
'agent_list',
|
'agent_list',
|
||||||
].includes(this.$route.name);
|
].includes(this.$route.name);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user