From 420a84e2459e0b26aa805f0555ac5a06d9dc9a4d Mon Sep 17 00:00:00 2001 From: rngsurrounded Date: Mon, 3 Mar 2025 07:26:37 +0900 Subject: [PATCH] fix --- services/frontend/src/pages/CompetitionSession/index.tsx | 1 - .../src/pages/CompetitionSession/modules/TaskSolution/index.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/services/frontend/src/pages/CompetitionSession/index.tsx b/services/frontend/src/pages/CompetitionSession/index.tsx index c2141d2..4d0c5f8 100644 --- a/services/frontend/src/pages/CompetitionSession/index.tsx +++ b/services/frontend/src/pages/CompetitionSession/index.tsx @@ -118,7 +118,6 @@ const CompetitionSession = () => { selectedFile={selectedFile} setSelectedFile={setSelectedFile} onSubmit={handleSubmit} - isSubmitting={submitMutation.isPending} /> ) : ( diff --git a/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/index.tsx b/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/index.tsx index e39ffc5..20fdda1 100644 --- a/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/index.tsx +++ b/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/index.tsx @@ -132,7 +132,6 @@ const TaskSolution: React.FC = ({ fileInputRef={fileInputRef} existingFileUrl={selectedSolutionUrl} onClearExistingFile={handleClearExistingFile} - isLoading={isSubmitting} /> )}