|
|
|
|
@ -23,7 +23,7 @@ struct CreateClubView: View { |
|
|
|
|
ClubDetailView(club: club, displayContext: .addition) |
|
|
|
|
.task { |
|
|
|
|
do { |
|
|
|
|
try dataStore.clubs.loadDataFromServerIfAllowed() |
|
|
|
|
try await dataStore.clubs.loadDataFromServerIfAllowed() |
|
|
|
|
} catch { |
|
|
|
|
Logger.error(error) |
|
|
|
|
} |
|
|
|
|
|