Add ability to see only specific decks

This commit is contained in:
2024-05-04 20:34:45 +02:00
parent df267ebc4e
commit 8e0fca1c36
6 changed files with 149 additions and 41 deletions

View File

@@ -89,7 +89,6 @@ struct FlashCardListView: View {
}
do {
flashcards = try moc.fetch(request)
print(flashcards)
} catch {
print("Something went wrong while fetching the flashcards")
flashcards = []