feat: Phase 0b - add avg_per_week_30d to frontend dropdown
This commit is contained in:
parent
14c4ea13d9
commit
63bd103b2c
|
|
@ -33,7 +33,8 @@ export default function AdminGoalTypesPage() {
|
|||
{ value: 'count_7d', label: 'Anzahl 7 Tage' },
|
||||
{ value: 'count_30d', label: 'Anzahl 30 Tage' },
|
||||
{ value: 'min_30d', label: 'Minimum 30 Tage' },
|
||||
{ value: 'max_30d', label: 'Maximum 30 Tage' }
|
||||
{ value: 'max_30d', label: 'Maximum 30 Tage' },
|
||||
{ value: 'avg_per_week_30d', label: 'Durchschnitt pro Woche (30d)' }
|
||||
]
|
||||
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user