소스 검색

Remove commented-out code

pull/209/head
Angelo Stavrow 2 년 전
부모
커밋
2eba4c5c04
No known key found for this signature in database GPG 키 ID: 1A49C7064E060EEE
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      Shared/PostCollection/CollectionListView.swift

+ 0
- 3
Shared/PostCollection/CollectionListView.swift 파일 보기

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



불러오는 중...
취소
저장