mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-20 22:35:06 +00:00
Fix bug in allAreSelected
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
return emailSelection.emails.size;
|
||||
})
|
||||
let allAreSelected = computed(() => {
|
||||
return emails.length == numberSelected;
|
||||
return emails.length == numberSelected.value;
|
||||
})
|
||||
|
||||
let bulkSelect = function(){
|
||||
|
||||
Reference in New Issue
Block a user