diff --git a/frontend/frontend/src/components/questionbank/QuestionBankView.tsx b/frontend/frontend/src/components/questionbank/QuestionBankView.tsx index aa47825..5d145d2 100644 --- a/frontend/frontend/src/components/questionbank/QuestionBankView.tsx +++ b/frontend/frontend/src/components/questionbank/QuestionBankView.tsx @@ -291,6 +291,7 @@ export default function QuestionBankView() { start_time: 0, end_time: 0, }); + setImagePreview(question.image_path || null); setSheetOpen(true); };