Commit 969e92bc authored by Phil Hughes's avatar Phil Hughes

Merge branch 'jerasmus-master-patch-21138' into 'master'

Push refactor_blob_viewer FF from tree controller

See merge request gitlab-org/gitlab!74392
parents 502eec17 85b4fdbe
......@@ -19,6 +19,7 @@ class Projects::TreeController < Projects::ApplicationController
push_frontend_feature_flag(:lazy_load_commits, @project, default_enabled: :yaml)
push_frontend_feature_flag(:paginated_tree_graphql_query, @project, default_enabled: :yaml)
push_frontend_feature_flag(:new_dir_modal, @project, default_enabled: :yaml)
push_frontend_feature_flag(:refactor_blob_viewer, @project, default_enabled: :yaml)
end
feature_category :source_code_management
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment