mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Sort with latest first by default
This commit is contained in:
parent
1ef76d99ec
commit
abdd239ad2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ define [
|
|||
$scope.selectedProjects = []
|
||||
$scope.filter = "all"
|
||||
$scope.predicate = "lastUpdated"
|
||||
$scope.reverse = false
|
||||
$scope.reverse = true
|
||||
|
||||
$scope.windowHeight = $window.innerHeight
|
||||
angular.element($window).bind "resize", () ->
|
||||
|
|
Loading…
Reference in a new issue