Simplify images, tag overview
This commit is contained in:
@ -30,7 +30,7 @@ struct OptionalImagePropertyView: View {
|
||||
}
|
||||
}
|
||||
.sheet(isPresented: $showSelectionSheet) {
|
||||
FileSelectionView(selectedFile: $selectedImage, allowedType: .images)
|
||||
FileSelectionView(selectedFile: $selectedImage, allowedType: .image)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user