Verbesserung UX für Übungen #44
|
|
@ -43,7 +43,9 @@ import {
|
||||||
EXERCISE_SKILL_INTENSITY_DEFAULT,
|
EXERCISE_SKILL_INTENSITY_DEFAULT,
|
||||||
EXERCISE_SKILL_INTENSITY_OPTIONS,
|
EXERCISE_SKILL_INTENSITY_OPTIONS,
|
||||||
normalizeExerciseSkillIntensity,
|
normalizeExerciseSkillIntensity,
|
||||||
} from '../../constants/exerciseSkillIntensity' = [
|
} from '../../constants/exerciseSkillIntensity'
|
||||||
|
|
||||||
|
const VARIANT_DIFFICULTY = [
|
||||||
{ value: '', label: '—' },
|
{ value: '', label: '—' },
|
||||||
{ value: 'easier', label: 'Einfacher' },
|
{ value: 'easier', label: 'Einfacher' },
|
||||||
{ value: 'same', label: 'Gleich' },
|
{ value: 'same', label: 'Gleich' },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user