From bb5a5599f00b3fbc302e5af34ed10a49d95d96fe Mon Sep 17 00:00:00 2001 From: samlhuillier Date: Sun, 25 Aug 2024 16:16:15 +0100 Subject: [PATCH] rm error code --- src/components/Flashcard/FlashcardCreateModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Flashcard/FlashcardCreateModal.tsx b/src/components/Flashcard/FlashcardCreateModal.tsx index b52b0534..fbafbecd 100644 --- a/src/components/Flashcard/FlashcardCreateModal.tsx +++ b/src/components/Flashcard/FlashcardCreateModal.tsx @@ -91,7 +91,6 @@ Make sure you generate the flashcards in the correct format and that are relevan setIsLoadingFlashcards(false) storeFlashcardPairsAsJSON(flashcardUIPairs, selectedFile) - throw new Error('Not implemented') } // find all available files