Fix id of Items, saving
This commit is contained in:
@ -27,7 +27,7 @@ struct PagePickerView: View {
|
||||
Text("Select a page to link to")
|
||||
List(content.pages, selection: $newSelection) { page in
|
||||
let loc = page.localized(in: language)
|
||||
Text("\(loc.title) (\(page.id))")
|
||||
Text("\(loc.title) (\(page.identifier))")
|
||||
.tag(page)
|
||||
}
|
||||
.frame(minHeight: 300)
|
||||
|
Reference in New Issue
Block a user