fix: prevented display filter mismatch in global view creation (#6341)
This commit is contained in:
parent
e3ceb4825a
commit
87ea13c32e
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ const defaultValues: Partial<IWorkspaceView> = {
|
||||||
display_properties: getComputedDisplayProperties(),
|
display_properties: getComputedDisplayProperties(),
|
||||||
display_filters: getComputedDisplayFilters({
|
display_filters: getComputedDisplayFilters({
|
||||||
layout: EIssueLayoutTypes.SPREADSHEET,
|
layout: EIssueLayoutTypes.SPREADSHEET,
|
||||||
|
order_by: "-created_at",
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue