diff --git a/src/components/ui/CardList.vue b/src/components/ui/CardList.vue index f94d670c4..50db7310e 100644 --- a/src/components/ui/CardList.vue +++ b/src/components/ui/CardList.vue @@ -13,7 +13,7 @@ const checkSelect = ref(false); watch( () => $props.isSelected, - (value, prevValue) => { + (value) => { checkSelect.value = value; } ); @@ -32,8 +32,8 @@ const selectedItem = (item) => {