diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ResourceSelection.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ResourceSelection.vue index 125dcfb452..8130f73b56 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ResourceSelection.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/ResourceSelection.vue @@ -356,21 +356,6 @@ } - function handleCancelClose() { - showConfirmationModal.value = false; - } - - function handleConfirmClose() { - context.emit('closePanel'); - } - - const workingPoolHasChanged = computed(() => { - return ( - workingResourcePool.value.length != activeResourcePool.value.length || - !isEqual(workingResourcePool.value.sort(), activeResourcePool.value.sort()) - ); - }); - function handleCancelClose() { showConfirmationModal.value = false; }