mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:31:47 +00:00
Svelte: enable toggle by default (#64340)
This commit is contained in:
parent
9f0e1e04b8
commit
993e732583
@ -145,7 +145,7 @@ func GetJSContext(ctx context.Context) JSContext {
|
||||
ff := featureflag.FromContext(ctx)
|
||||
|
||||
return JSContext{
|
||||
ShowToggle: ff.GetBoolOr("web-next-toggle", false),
|
||||
ShowToggle: ff.GetBoolOr("web-next-toggle", true),
|
||||
KnownRoutes: skctx.knownRoutes,
|
||||
EnabledRoutes: skctx.enabledRoutes,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user