Fix id of Items, saving
This commit is contained in:
@ -15,7 +15,7 @@ struct PagePropertyView: View {
|
||||
var body: some View {
|
||||
GenericPropertyView(title: title, footer: footer) {
|
||||
HStack {
|
||||
Text(selectedPage?.id ?? "No page selected")
|
||||
Text(selectedPage?.identifier ?? "No page selected")
|
||||
Spacer()
|
||||
Button("Select") {
|
||||
showPageSelectionSheet = true
|
||||
|
Reference in New Issue
Block a user