Fix rebasing errors

This commit is contained in:
Angelo Stavrow 2020-09-08 10:12:55 -04:00
parent 9dd149c59d
commit b2c503497d
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE
3 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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])
}
}

View File

@ -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>