soleil 7 lat temu
rodzic
commit
b69585fc5f

+ 3 - 0
src/views/student/Code/ProjectDetail/TestDetail.vue

@@ -114,6 +114,9 @@ export default {
       ) {
         return;
       }
+      if (this.testing) {
+        return;
+      }
       this.testing = true;
       const deployId = this.projectDetail.latestDeploy.id;
       const { homeworkId, projectId } = this.$route.params;