mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Fix rebasing errors
This commit is contained in:
parent
9dd149c59d
commit
b2c503497d
@ -19,7 +19,7 @@ class Post: Identifiable, ObservableObject, Hashable {
|
||||
title: String = "Title",
|
||||
body: String = "Write your post here...",
|
||||
createdDate: Date = Date(),
|
||||
status: PostStatus = .draft,
|
||||
status: PostStatus = .local,
|
||||
collection: WFACollection? = nil
|
||||
) {
|
||||
self.wfPost = WFPost(body: body, title: title, createdDate: createdDate)
|
||||
|
@ -85,7 +85,7 @@ let testPostData = [
|
||||
struct PostStatusBadge_LocalDraftPreviews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
userCollection1.title = "Collection 1"
|
||||
PostStatusBadgeView(post: testPostData[2])
|
||||
return PostStatusBadgeView(post: testPostData[2])
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7,12 +7,12 @@
|
||||
<key>WriteFreely-MultiPlatform (iOS).xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>1</integer>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
<key>WriteFreely-MultiPlatform (macOS).xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
Loading…
Reference in New Issue
Block a user