External files, improve page generation
This commit is contained in:
@ -30,7 +30,7 @@ struct FileToAddView: View {
|
||||
.frame(maxWidth: 200)
|
||||
|
||||
}
|
||||
Text(file.url.path())
|
||||
Text(file.url?.path() ?? "Placeholder file")
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user