Skip to content

Commit

Permalink
se arregla la funcion volver para genero (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaiaMCastanos authored Mar 2, 2022
1 parent a36020c commit 44d51ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/scripts/controllers/asociados_tecnico.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ angular.module('cuduApp')

$scope.desactivarGenero = function() {
var me = this;
me.filtro.genero = null;
me.filtro.genero = "";
};

$scope.desactivarCertificadoDelitosSexuales = function() {
Expand Down

0 comments on commit 44d51ec

Please sign in to comment.