mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Make testPostStore mutable so we can append new drafts
This commit is contained in:
parent
641d022206
commit
9f63191e91
@ -12,4 +12,4 @@ class PostStore: ObservableObject {
|
||||
}
|
||||
}
|
||||
|
||||
let testPostStore = PostStore(posts: testPostData)
|
||||
var testPostStore = PostStore(posts: testPostData)
|
||||
|
Loading…
Reference in New Issue
Block a user