diff --git a/web/core/components/workspace/views/form.tsx b/web/core/components/workspace/views/form.tsx index 0bad0add36f..9710f093694 100644 --- a/web/core/components/workspace/views/form.tsx +++ b/web/core/components/workspace/views/form.tsx @@ -34,6 +34,7 @@ const defaultValues: Partial = { display_properties: getComputedDisplayProperties(), display_filters: getComputedDisplayFilters({ layout: EIssueLayoutTypes.SPREADSHEET, + order_by: "-created_at", }), };