Fix tag assignment in post UI
This commit is contained in:
@ -34,6 +34,7 @@ struct PageDetailView: View {
|
||||
footer: "The page id is used to link to it internally.",
|
||||
validation: page.isValid,
|
||||
update: { page.update(id: $0) })
|
||||
.id(page.id)
|
||||
|
||||
OptionalStringPropertyView(
|
||||
title: "External url",
|
||||
|
Reference in New Issue
Block a user