Oscar José Nuñez Chávez 5 년 전
부모
커밋
e169ca0708
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/app/components/investment-proposals/investment-proposals.component.ts

+ 0 - 5
src/app/components/investment-proposals/investment-proposals.component.ts

@@ -366,11 +366,6 @@ export class InvestmentProposalsComponent implements OnInit {
         showCancelButton: true,
         confirmButtonText: "Siguiente",
         cancelButtonText: "Cancelar",
-        inputValidator: value => {
-          if (!value) {
-            return "Debe ingresar un comentario";
-          }
-        },
         preConfirm: comentario => {
           this.reviewProposal = {
             id_inversion: investmentProposalID,