Commit 11d0e771 authored by Alp Mestanogullari's avatar Alp Mestanogullari

Wrong default value for page params' orderBy (fixes #361)

parent 7f7afc2d
Pipeline #2543 failed with stage
in 0 seconds
...@@ -286,7 +286,7 @@ initialPageParams session nodeId listIds tabType = ...@@ -286,7 +286,7 @@ initialPageParams session nodeId listIds tabType =
, session , session
} }
where where
params = T.initialParams { orderBy = Just (T.DESC $ T.ColumnName "Score") } params = T.initialParams { orderBy = Nothing }
......
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