From 87ea13c32e7093d5c0c22ed969e4ab164819b54f Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <46787868+mathalav55@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:21:52 +0530 Subject: [PATCH] fix: prevented display filter mismatch in global view creation (#6341) --- web/core/components/workspace/views/form.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/core/components/workspace/views/form.tsx b/web/core/components/workspace/views/form.tsx index 0bad0add3..9710f0936 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", }), };