Kaynağa Gözat

Remove commented-out code

pull/209/head
Angelo Stavrow 2 yıl önce
ebeveyn
işleme
2eba4c5c04
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 1A49C7064E060EEE
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. +0
    -3
      Shared/PostCollection/CollectionListView.swift

+ 0
- 3
Shared/PostCollection/CollectionListView.swift Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet