Skip to content

Commit 87ea13c

Browse files
fix: prevented display filter mismatch in global view creation (#6341)
1 parent e3ceb48 commit 87ea13c

File tree

1 file changed

+1
-0
lines changed
  • web/core/components/workspace/views

1 file changed

+1
-0
lines changed

web/core/components/workspace/views/form.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const defaultValues: Partial<IWorkspaceView> = {
3434
display_properties: getComputedDisplayProperties(),
3535
display_filters: getComputedDisplayFilters({
3636
layout: EIssueLayoutTypes.SPREADSHEET,
37+
order_by: "-created_at",
3738
}),
3839
};
3940

0 commit comments

Comments
 (0)