mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 02:47:10 +00:00
input hotfix
This commit is contained in:
@@ -44,6 +44,9 @@ const CompetitionSession = () => {
|
||||
queryClient.invalidateQueries({
|
||||
queryKey: ['solutionHistory', competitionId, taskId]
|
||||
});
|
||||
|
||||
setAnswer("");
|
||||
setSelectedFile(null);
|
||||
},
|
||||
onError: (error) => {
|
||||
console.error("Error submitting solution:", error);
|
||||
|
||||
Reference in New Issue
Block a user