关闭项目精选筛选

This commit is contained in:
xiaoxiaoqiong 2021-12-01 17:45:02 +08:00
commit eac97c6698
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Projects::ListQuery < ApplicationQuery
end
def filter_projects(collection)
collection = by_pinned(collection)
# collection = by_pinned(collection)
collection = by_search(collection)
collection = by_project_type(collection)
collection = by_project_category(collection)