mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Rename template cred setup feature flag (no-changelog) (#8257)
This commit is contained in:
@@ -29,7 +29,7 @@ export const getters = {
|
|||||||
|
|
||||||
export const enableTemplateCredentialSetupFeatureFlag = () => {
|
export const enableTemplateCredentialSetupFeatureFlag = () => {
|
||||||
cy.window().then((win) => {
|
cy.window().then((win) => {
|
||||||
win.featureFlags.override('016_template_credential_setup', true);
|
win.featureFlags.override('017_template_credential_setup_v2', true);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -625,7 +625,7 @@ export const ASK_AI_EXPERIMENT = {
|
|||||||
gpt4: 'gpt4',
|
gpt4: 'gpt4',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const TEMPLATE_CREDENTIAL_SETUP_EXPERIMENT = '016_template_credential_setup';
|
export const TEMPLATE_CREDENTIAL_SETUP_EXPERIMENT = '017_template_credential_setup_v2';
|
||||||
|
|
||||||
export const EXPERIMENTS_TO_TRACK = [ASK_AI_EXPERIMENT.name, TEMPLATE_CREDENTIAL_SETUP_EXPERIMENT];
|
export const EXPERIMENTS_TO_TRACK = [ASK_AI_EXPERIMENT.name, TEMPLATE_CREDENTIAL_SETUP_EXPERIMENT];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user