mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 19:02:45 +00:00
chore: hide removed repositories
This commit is contained in:
@@ -597,7 +597,7 @@ angular
|
||||
$scope.repositories = [];
|
||||
$scope.search = "";
|
||||
$scope.filters = {
|
||||
status: { ready: true, expired: true, removed: true },
|
||||
status: { ready: true, expired: true, removed: false },
|
||||
};
|
||||
$scope.orderBy = "-anonymizeDate";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user