Commit e219de90 authored by Ammar Alakkad's avatar Ammar Alakkad Committed by Ammar Alakkad

Hide search setting in profile usage quota

parent d974af2d
......@@ -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