fix(editor): Change feature flag for evaluations (no-changelog) (#15728)

This commit is contained in:
jeanpaul
2025-05-27 11:20:50 +02:00
committed by GitHub
parent 767576d5ad
commit ca0b38d64e
2 changed files with 2 additions and 2 deletions

View File

@@ -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),
);