fix(editor): Remove feature flag from evals feature (#17107)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Eugene
2025-07-09 13:17:14 +02:00
committed by GitHub
parent d08f306c83
commit 59704b4010
8 changed files with 6 additions and 98 deletions

View File

@@ -757,7 +757,6 @@ export const EXPERIMENTS_TO_TRACK = [
WORKFLOW_BUILDER_EXPERIMENT.name,
RAG_STARTER_WORKFLOW_EXPERIMENT.name,
];
export const WORKFLOW_EVALUATION_EXPERIMENT = '032_evaluation_mvp';
export const MFA_FORM = {
MFA_TOKEN: 'MFA_TOKEN',