mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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 = () => {
|
||||
cy.window().then((win) => {
|
||||
win.featureFlags.override('016_template_credential_setup', true);
|
||||
win.featureFlags.override('017_template_credential_setup_v2', true);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user