Activar filtro Presentes por defecto
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 57s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 57s
This commit is contained in:
@@ -111,7 +111,7 @@ const hasActiveFilters = computed(() => {
|
||||
props.modelValue.id ||
|
||||
props.modelValue.telefono ||
|
||||
!props.modelValue.empleado ||
|
||||
props.modelValue.presente
|
||||
!props.modelValue.presente
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user