@@ -125,6 +125,10 @@ watch(
Message.warning($t('Key383'));
dialogClose();
}
+ if (!newVal) {
+ currentCourse.value = '';
+ context.value = null;
+ }
);