Activar filtro Presentes por defecto
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 57s

This commit is contained in:
2025-12-05 12:20:09 -06:00
parent eb5fa191c1
commit cf00b0340e
2 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ const hasActiveFilters = computed(() => {
props.modelValue.id ||
props.modelValue.telefono ||
!props.modelValue.empleado ||
props.modelValue.presente
!props.modelValue.presente
)
})

View File

@@ -40,7 +40,7 @@ export const useContacts = () => {
id: '',
telefono: '',
empleado: true,
presente: false
presente: true
})
})
@@ -199,7 +199,7 @@ export const useContacts = () => {
id: '',
telefono: '',
empleado: true,
presente: false
presente: true
}
}