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