mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Remove commented-out code
This commit is contained in:
parent
230f7a1076
commit
2eba4c5c04
@ -3,9 +3,6 @@ import SwiftUI
|
||||
struct CollectionListView: View {
|
||||
@EnvironmentObject var model: WriteFreelyModel
|
||||
@EnvironmentObject var errorHandling: ErrorHandling
|
||||
// @ObservedObject var collections = CollectionListModel(
|
||||
// managedObjectContext: LocalStorageManager.standard.container.viewContext
|
||||
// )
|
||||
@FetchRequest(sortDescriptors: []) var collections: FetchedResults<WFACollection>
|
||||
@State var selectedCollection: WFACollection?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user