Fix id of Items, saving
This commit is contained in:
@ -36,7 +36,7 @@ struct OptionalImagePropertyView: View {
|
||||
}
|
||||
|
||||
HStack {
|
||||
Text(selectedImage?.id ?? "No file selected")
|
||||
Text(selectedImage?.identifier ?? "No file selected")
|
||||
Spacer()
|
||||
Button("Select") {
|
||||
showSelectionSheet = true
|
||||
|
Reference in New Issue
Block a user