Skip to content

Commit eef7644

Browse files
committed
fixup! chore: add template-gallery experiment to toggle templates gallery
1 parent 4ae7ebf commit eef7644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,6 +2790,7 @@ const (
27902790
ExperimentExample Experiment = "example" // This isn't used for anything.
27912791
ExperimentAutoFillParameters Experiment = "auto-fill-parameters" // This should not be taken out of experiments until we have redesigned the feature.
27922792
ExperimentMultiOrganization Experiment = "multi-organization" // Requires organization context for interactions, default org is assumed.
2793+
ExperimentTemplateGallery Experiment = "template-gallery" // Enables the template gallery view instead of a table
27932794
ExperimentCustomRoles Experiment = "custom-roles" // Allows creating runtime custom roles.
27942795
ExperimentNotifications Experiment = "notifications" // Sends notifications via SMTP and webhooks following certain events.
27952796
ExperimentWorkspaceUsage Experiment = "workspace-usage" // Enables the new workspace usage tracking.

0 commit comments

Comments
 (0)