diff --git a/src/components/timer.vue b/src/components/timer.vue index 8f208b6..c4b0bcb 100644 --- a/src/components/timer.vue +++ b/src/components/timer.vue @@ -158,8 +158,8 @@ window.onbeforeunload = this.confirmClose }, watch: { - currentWorkingCategory(chosenCategoryID){ - this.practice_category_id = chosenCategoryID + currentWorkingCategory(chosenCategory){ + this.practice_category_id = chosenCategory.id } } } @@ -178,7 +178,6 @@