Adds SideStorable

sync2
Laurent 9 months ago
parent 18a0ed6d10
commit a83e630d79
  1. 2
      PadelClub/Data/DrawLog.swift

@ -10,7 +10,7 @@ import SwiftUI
import LeStorage import LeStorage
@Observable @Observable
final class DrawLog: BaseDrawLog { final class DrawLog: BaseDrawLog, SideStorable {
func tournamentObject() -> Tournament? { func tournamentObject() -> Tournament? {
Store.main.findById(self.tournament) Store.main.findById(self.tournament)

Loading…
Cancel
Save