feat: remove feature flag

This commit is contained in:
Shivam Mishra
2025-10-06 08:33:23 +05:30
parent 2c3f5e966f
commit 2d705f66a1
3 changed files with 2 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ export const FEATURE_FLAGS = {
CAPTAIN_V2: 'captain_integration_v2',
SAML: 'saml',
QUOTED_EMAIL_REPLY: 'quoted_email_reply',
CAPTAIN_CUSTOM_TOOLS: 'captain_custom_tools',
};
export const PREMIUM_FEATURES = [

View File

@@ -131,7 +131,7 @@ export const routes = [
name: 'captain_tools_index',
meta: {
permissions: ['administrator', 'agent'],
featureFlag: FEATURE_FLAGS.CAPTAIN_CUSTOM_TOOLS,
featureFlag: FEATURE_FLAGS.CAPTAIN_V2,
installationTypes: [
INSTALLATION_TYPES.CLOUD,
INSTALLATION_TYPES.ENTERPRISE,

View File

@@ -86,7 +86,7 @@ onMounted(() => {
:show-pagination-footer="!isFetching && !!customTools.length"
:is-fetching="isFetching"
:is-empty="!customTools.length"
:feature-flag="FEATURE_FLAGS.CAPTAIN_CUSTOM_TOOLS"
:feature-flag="FEATURE_FLAGS.CAPTAIN_V2"
@update:current-page="onPageChange"
@click="openCreateDialog"
>