Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10668595
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
662 B
Subscribers
None
View Options
diff --git a/Shared/PostCollection/PostCollection.swift b/Shared/PostCollection/PostCollection.swift
index 1836e82..5fd660c 100644
--- a/Shared/PostCollection/PostCollection.swift
+++ b/Shared/PostCollection/PostCollection.swift
@@ -1,11 +1,11 @@
import Foundation
-struct PostCollection: Identifiable {
+struct PostCollection: Identifiable, Hashable {
let id = UUID()
let title: String
}
let defaultDraftCollection = PostCollection(title: "Drafts")
let testPostCollection1 = PostCollection(title: "Collection 1")
let testPostCollection2 = PostCollection(title: "Collection 2")
let testPostCollection3 = PostCollection(title: "Collection 3")
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, May 15, 4:41 AM (6 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239464
Attached To
rWFSUI WriteFreely SwiftUI
Event Timeline
Log In to Comment