mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-30 18:47:51 +00:00 
			
		
		
		
	feat: remove feature flag
This commit is contained in:
		| @@ -41,7 +41,6 @@ export const FEATURE_FLAGS = { | |||||||
|   CAPTAIN_V2: 'captain_integration_v2', |   CAPTAIN_V2: 'captain_integration_v2', | ||||||
|   SAML: 'saml', |   SAML: 'saml', | ||||||
|   QUOTED_EMAIL_REPLY: 'quoted_email_reply', |   QUOTED_EMAIL_REPLY: 'quoted_email_reply', | ||||||
|   CAPTAIN_CUSTOM_TOOLS: 'captain_custom_tools', |  | ||||||
| }; | }; | ||||||
|  |  | ||||||
| export const PREMIUM_FEATURES = [ | export const PREMIUM_FEATURES = [ | ||||||
|   | |||||||
| @@ -131,7 +131,7 @@ export const routes = [ | |||||||
|     name: 'captain_tools_index', |     name: 'captain_tools_index', | ||||||
|     meta: { |     meta: { | ||||||
|       permissions: ['administrator', 'agent'], |       permissions: ['administrator', 'agent'], | ||||||
|       featureFlag: FEATURE_FLAGS.CAPTAIN_CUSTOM_TOOLS, |       featureFlag: FEATURE_FLAGS.CAPTAIN_V2, | ||||||
|       installationTypes: [ |       installationTypes: [ | ||||||
|         INSTALLATION_TYPES.CLOUD, |         INSTALLATION_TYPES.CLOUD, | ||||||
|         INSTALLATION_TYPES.ENTERPRISE, |         INSTALLATION_TYPES.ENTERPRISE, | ||||||
|   | |||||||
| @@ -86,7 +86,7 @@ onMounted(() => { | |||||||
|     :show-pagination-footer="!isFetching && !!customTools.length" |     :show-pagination-footer="!isFetching && !!customTools.length" | ||||||
|     :is-fetching="isFetching" |     :is-fetching="isFetching" | ||||||
|     :is-empty="!customTools.length" |     :is-empty="!customTools.length" | ||||||
|     :feature-flag="FEATURE_FLAGS.CAPTAIN_CUSTOM_TOOLS" |     :feature-flag="FEATURE_FLAGS.CAPTAIN_V2" | ||||||
|     @update:current-page="onPageChange" |     @update:current-page="onPageChange" | ||||||
|     @click="openCreateDialog" |     @click="openCreateDialog" | ||||||
|   > |   > | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Shivam Mishra
					Shivam Mishra