lsc 2 vuotta sitten
vanhempi
commit
8b090af351
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/pages/addCourse.vue

+ 1 - 1
src/components/pages/addCourse.vue

@@ -4520,7 +4520,7 @@ export default {
               }
             }
           } else {
-            _unitJson2[this.unitIndex] = _unitJson[this.unitIndex];
+            _unitJson[this.unitIndex] = _unitJson2[this.unitIndex];
           }
           if (index == 1) {
             this.unitJson = _unitJson;