From 64ea1754471abedd6784c36b615854c94d218b70 Mon Sep 17 00:00:00 2001 From: kasterra Date: Mon, 13 May 2024 16:51:00 +0900 Subject: [PATCH] feat(submitModal) : Java submit tooltip --- .../$lectureId+/$practiceId+/$labId/SubmitModal.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/routes/_procted+/lectures+/$lectureId+/$practiceId+/$labId/SubmitModal.tsx b/app/routes/_procted+/lectures+/$lectureId+/$practiceId+/$labId/SubmitModal.tsx index fbf9a82..db88e4a 100644 --- a/app/routes/_procted+/lectures+/$lectureId+/$practiceId+/$labId/SubmitModal.tsx +++ b/app/routes/_procted+/lectures+/$lectureId+/$practiceId+/$labId/SubmitModal.tsx @@ -127,7 +127,7 @@ const SubmitModal = ({ isOpen, onClose }: Props) => { }} /> {!fileList || fileList.length === 0 ? ( -
+
코드로 작성하여 제출 { value={code} onChange={setCode} /> + {language === "java" ? ( + + Java에서 코드 작성 제출의 경우 엔트리 포인트 클래스 이름이 +
+ main이어야 합니다 +
+ ) : null}
) : null}