refactor: remove beta label from automation, bots and macros (#7683)

Fixes: https://linear.app/chatwoot/issue/CW-2334/remove-beta-label-from-everything
This commit is contained in:
Vishnu Narayanan
2023-08-07 23:45:24 +05:30
committed by GitHub
parent b62166a18a
commit ed82eb2932

View File

@@ -93,7 +93,6 @@ const settings = accountId => ({
{ {
icon: 'automation', icon: 'automation',
label: 'AUTOMATION', label: 'AUTOMATION',
beta: true,
hasSubMenu: false, hasSubMenu: false,
toState: frontendURL(`accounts/${accountId}/settings/automation/list`), toState: frontendURL(`accounts/${accountId}/settings/automation/list`),
toStateName: 'automation_list', toStateName: 'automation_list',
@@ -102,7 +101,6 @@ const settings = accountId => ({
{ {
icon: 'bot', icon: 'bot',
label: 'AGENT_BOTS', label: 'AGENT_BOTS',
beta: true,
hasSubMenu: false, hasSubMenu: false,
globalConfigFlag: 'csmlEditorHost', globalConfigFlag: 'csmlEditorHost',
toState: frontendURL(`accounts/${accountId}/settings/agent-bots`), toState: frontendURL(`accounts/${accountId}/settings/agent-bots`),
@@ -115,7 +113,6 @@ const settings = accountId => ({
hasSubMenu: false, hasSubMenu: false,
toState: frontendURL(`accounts/${accountId}/settings/macros`), toState: frontendURL(`accounts/${accountId}/settings/macros`),
toStateName: 'macros_wrapper', toStateName: 'macros_wrapper',
beta: true,
featureFlag: FEATURE_FLAGS.MACROS, featureFlag: FEATURE_FLAGS.MACROS,
}, },
{ {