Client - refactoring workouts (WIP)

This commit is contained in:
Sam
2021-11-02 12:24:31 +01:00
parent c5428c28a6
commit 288a78e2a0
7 changed files with 27 additions and 16 deletions

View File

@ -67,3 +67,8 @@ export const getDonutDatasets = (
return datasets
}
export const defaultOrder = {
order: 'desc',
order_by: 'workout_date',
}