Skip to content
Snippets Groups Projects
Commit 52e7ff95 authored by pnogal's avatar pnogal Committed by Paulina Nogal
Browse files

Add confirm dialog when moving course with packages

parent fc70851b
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,6 @@ export class TermContainerComponent implements OnInit, OnDestroy { ...@@ -151,7 +151,6 @@ export class TermContainerComponent implements OnInit, OnDestroy {
const { id } = event.item.data; const { id } = event.item.data;
const newIndex = event.currentIndex; const newIndex = event.currentIndex;
const { classNumber } = event.item.data as Course; const { classNumber } = event.item.data as Course;
console.log('classNumber', classNumber);
if (classNumber !== null) { if (classNumber !== null) {
// If moving course with packages to future term // If moving course with packages to future term
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment