diff --git a/backend/coreapp/views/scratch.py b/backend/coreapp/views/scratch.py index 4f2a996f8..299ed4971 100644 --- a/backend/coreapp/views/scratch.py +++ b/backend/coreapp/views/scratch.py @@ -282,7 +282,7 @@ def create_scratch(data: Dict[str, Any], allow_project: bool = False) -> Scratch class ScratchPagination(CursorPagination): - ordering = "-last_updated" + ordering = "-creation_time" page_size = 10 page_size_query_param = "page_size" max_page_size = 100