mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Change feature flag for evaluations (no-changelog) (#15728)
This commit is contained in:
@@ -740,7 +740,7 @@ export const EXPERIMENTS_TO_TRACK = [
|
|||||||
WORKFLOW_BUILDER_EXPERIMENT.name,
|
WORKFLOW_BUILDER_EXPERIMENT.name,
|
||||||
];
|
];
|
||||||
|
|
||||||
export const WORKFLOW_EVALUATION_EXPERIMENT = '025_workflow_evaluation';
|
export const WORKFLOW_EVALUATION_EXPERIMENT = '032_evaluation_mvp';
|
||||||
|
|
||||||
export const MFA_FORM = {
|
export const MFA_FORM = {
|
||||||
MFA_TOKEN: 'MFA_TOKEN',
|
MFA_TOKEN: 'MFA_TOKEN',
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ export const useEvaluationStore = defineStore(
|
|||||||
|
|
||||||
// Computed
|
// Computed
|
||||||
|
|
||||||
// Enable with `window.featureFlags.override('025_workflow_evaluation', true)`
|
// Enable with `window.featureFlags.override('032_evaluation_mvp', true)`
|
||||||
const isFeatureEnabled = computed(() =>
|
const isFeatureEnabled = computed(() =>
|
||||||
posthogStore.isFeatureEnabled(WORKFLOW_EVALUATION_EXPERIMENT),
|
posthogStore.isFeatureEnabled(WORKFLOW_EVALUATION_EXPERIMENT),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user