fix: prevented display filter mismatch in global view creation (#6341)

This commit is contained in:
Vamsi Krishna 2025-01-10 10:21:52 +05:30 committed by GitHub
parent e3ceb4825a
commit 87ea13c32e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,7 @@ const defaultValues: Partial<IWorkspaceView> = {
display_properties: getComputedDisplayProperties(),
display_filters: getComputedDisplayFilters({
layout: EIssueLayoutTypes.SPREADSHEET,
order_by: "-created_at",
}),
};