Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Relevant Log Output
Expected Behavior
Valid experiments should not be marked invalid.
export type Experiment =
| "agentic-chat"
| "auto-fill-parameters"
| "dynamic-parameters"
| "example"
| "notifications"
| "web-push"
| "workspace-prebuilds"
| "workspace-usage";
Steps to Reproduce
- Go to
/deployment/overview
and notice the behaviour
Environment
- Coder version: v2.22.1-devel+8387dd27a
Additional Context
No response