diff --git a/satellite/console/consoleweb/server.go b/satellite/console/consoleweb/server.go index 623ec6d1e..7cb8a6196 100644 --- a/satellite/console/consoleweb/server.go +++ b/satellite/console/consoleweb/server.go @@ -95,7 +95,7 @@ type Config struct { NewOnboarding bool `help:"indicates if new onboarding flow should be rendered" default:"true"` NewNavigation bool `help:"indicates if new navigation structure should be rendered" default:"true"` NewBrowser bool `help:"indicates if new browser should be used" default:"true"` - NewObjectsFlow bool `help:"indicates if new objects flow should be used" default:"false"` + NewObjectsFlow bool `help:"indicates if new objects flow should be used" default:"true"` // RateLimit defines the configuration for the IP and userID rate limiters. RateLimit web.RateLimiterConfig diff --git a/scripts/testdata/satellite-config.yaml.lock b/scripts/testdata/satellite-config.yaml.lock index ed8110daf..7fe0871c7 100755 --- a/scripts/testdata/satellite-config.yaml.lock +++ b/scripts/testdata/satellite-config.yaml.lock @@ -167,7 +167,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0 # console.new-navigation: true # indicates if new objects flow should be used -# console.new-objects-flow: false +# console.new-objects-flow: true # indicates if new onboarding flow should be rendered # console.new-onboarding: true