diff --git a/frontend/src/pages/AdminGoalTypesPage.jsx b/frontend/src/pages/AdminGoalTypesPage.jsx index edc4173..2a8855e 100644 --- a/frontend/src/pages/AdminGoalTypesPage.jsx +++ b/frontend/src/pages/AdminGoalTypesPage.jsx @@ -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(() => {