Files
twenty/packages/twenty-front/src/modules/page-layout/widgets/graph/constants/GraphDefaultOrderBy.ts
T
Raphaël Bosi 2da56c1886 Fix default order by (#16492)
Always apply an order by on the group by
2025-12-11 15:46:48 +01:00

4 lines
115 B
TypeScript

import { GraphOrderBy } from '~/generated/graphql';
export const GRAPH_DEFAULT_ORDER_BY = GraphOrderBy.FIELD_ASC;