mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Set PostStatus to .published if Publish button is tapped in PostEditor
This commit is contained in:
parent
dd5a543e19
commit
6fb33fd651
@ -30,7 +30,7 @@ struct PostEditor: View {
|
||||
}
|
||||
ToolbarItem(placement: .primaryAction) {
|
||||
Button(action: {
|
||||
print("Publish button tapped!")
|
||||
post.status = .published
|
||||
}, label: {
|
||||
Image(systemName: "paperplane")
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user