From 07408e0e333e22f60f299786b688abb0c3df8f05 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 3 Apr 2026 13:41:01 -0400 Subject: [PATCH] Make question text clickable to open edit sheet Co-Authored-By: Claude Opus 4.6 --- .../src/components/questionbank/QuestionBankView.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/frontend/src/components/questionbank/QuestionBankView.tsx b/frontend/frontend/src/components/questionbank/QuestionBankView.tsx index 5d145d2..c5070ae 100644 --- a/frontend/frontend/src/components/questionbank/QuestionBankView.tsx +++ b/frontend/frontend/src/components/questionbank/QuestionBankView.tsx @@ -641,7 +641,10 @@ export default function QuestionBankView() { {/* Question text */} -
+
handleEdit(q)} + > {q.question_content}