diff --git a/hypha/apply/funds/views.py b/hypha/apply/funds/views.py index 4871ae7c1ab8a3e32c7f93aab8d80c1dea9e8bad..75546936b433e9861f186aa851e53c9abffd350c 100644 --- a/hypha/apply/funds/views.py +++ b/hypha/apply/funds/views.py @@ -333,7 +333,7 @@ class SubmissionOverviewView(BaseAdminSubmissionsTable): def get_table_data(self): limit = 5 - return super().get_table_data().exclude(status='draft').order_by(F('last_update').desc(nulls_last=True))[:limit] + return super().get_table_data().order_by(F('last_update').desc(nulls_last=True))[:limit] def get_context_data(self, **kwargs): limit = 6