关闭项目精选

This commit is contained in:
xiaoxiaoqiong 2021-12-01 17:43:43 +08:00
parent b22c65e5c2
commit 8ee52440c7
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)