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:
@@ -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