Add "all posts" collection to CollectionPicker test data

This commit is contained in:
Angelo Stavrow 2020-07-31 16:54:21 -04:00
parent ab0a89ba07
commit 031c42c3ec
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -4,6 +4,7 @@ struct CollectionPicker: View {
@Binding var selectedCollection: PostCollection
private let collections = [
allPostsCollection,
defaultDraftCollection,
testPostCollection1,
testPostCollection2,