Client - refactoring workouts (WIP)
This commit is contained in:
@ -67,3 +67,8 @@ export const getDonutDatasets = (
|
||||
|
||||
return datasets
|
||||
}
|
||||
|
||||
export const defaultOrder = {
|
||||
order: 'desc',
|
||||
order_by: 'workout_date',
|
||||
}
|
||||
|
Reference in New Issue
Block a user