Commit c89e1075 authored by Mark Chao's avatar Mark Chao

Merge branch '345605-hide-search-in-user-seat-usage' into 'master'

Hide search setting in profile usage quota

See merge request gitlab-org/gitlab!76103
parents 3bb0b5ab e219de90
......@@ -6,6 +6,7 @@ class Profiles::UsageQuotasController < Profiles::ApplicationController
feature_category :purchase
def index
@hide_search_settings = true
@namespace = current_user.namespace
@projects = @namespace.projects.with_shared_runners.page(params[:page])
end
......
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