add ValueKeyboard as input for exercise values
This commit is contained in:
@@ -12,6 +12,7 @@ import SwiftData
|
||||
final class WorkoutSession: Nameable {
|
||||
var id = UUID()
|
||||
var name = ""
|
||||
// The Workout is what *should* happen
|
||||
var workout: Workout? {
|
||||
didSet {
|
||||
self.name = workout?.name ?? "Unknown Workout"
|
||||
|
||||
Reference in New Issue
Block a user