fix: exercise type
This commit is contained in:
parent
b4b3872ff2
commit
298c7e5be5
@ -24,7 +24,7 @@ erpnext.ExerciseEditor = Class.extend({
|
||||
|
||||
this.exercise_cards = $('<div class="exercise-cards"></div>').appendTo(this.wrapper);
|
||||
|
||||
this.row = $('<div class="exercise-row"></div>').appendTo(this.exercise_cards);
|
||||
this.row = $('<div class="exercise-row"></div>').appendTo(this.wrapper);
|
||||
|
||||
let me = this;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user