mirror of
https://github.com/makeplane/plane.git
synced 2026-05-02 05:59:36 -05:00
fix: prevented display filter mismatch in global view creation (#6341)
This commit is contained in:
@@ -34,6 +34,7 @@ const defaultValues: Partial<IWorkspaceView> = {
|
||||
display_properties: getComputedDisplayProperties(),
|
||||
display_filters: getComputedDisplayFilters({
|
||||
layout: EIssueLayoutTypes.SPREADSHEET,
|
||||
order_by: "-created_at",
|
||||
}),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user