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