mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Set the wfPost property when creating a Post from a fetched WFPost
This commit is contained in:
parent
ff99c352d8
commit
67d78bfc8d
@ -35,6 +35,7 @@ class Post: Identifiable, ObservableObject {
|
||||
status: .published,
|
||||
collection: collection
|
||||
)
|
||||
self.wfPost = wfPost
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user