Skip to content

Commit

Permalink
Remove reference to non-existent variable views
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Sep 28, 2023
1 parent 99fe58d commit 89a27f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@ let loadAssignments = function () {
model: model,
el: insertRow(tbl),
});
views.push(view);
});
insertDataTable(tbl.parent());
models.loaded = true;
Expand Down

0 comments on commit 89a27f6

Please sign in to comment.