add ValueKeyboard as input for exercise values
This commit is contained in:
@@ -24,7 +24,6 @@ final class Workout: Nameable, Hashable {
|
||||
|
||||
// TODO: Expected Duration (learn from past workouts with ML and predict workout duration from that
|
||||
|
||||
|
||||
@Relationship(deleteRule: .cascade) private var workoutItems: [WorkoutItem] = []
|
||||
func getWorkoutItems() -> [WorkoutItem] {
|
||||
return workoutItems.sorted { $0.position < $1.position }
|
||||
|
||||
Reference in New Issue
Block a user