Generate labels from workout
This commit is contained in:
@@ -81,6 +81,12 @@ struct PostDetailView: View {
|
||||
}
|
||||
}
|
||||
|
||||
FilePropertyView(
|
||||
title: "Associated workout",
|
||||
footer: "The workout file to display with this post",
|
||||
selectedFile: $post.associatedWorkout,
|
||||
allowedType: .route)
|
||||
|
||||
LocalizedPostDetailView(
|
||||
post: post.localized(in: language),
|
||||
transferImage: transferImage)
|
||||
|
||||
Reference in New Issue
Block a user