Explorar el Código

Fix loan creation error

master
Immanuel Onyeka hace 2 años
padre
commit
86985c4daf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      components/new.vue

+ 1
- 1
components/new.vue Ver fichero

@@ -236,7 +236,7 @@ const newFee = {
// Clone loan from initial example as a new loan
function create() {
this.estimate.loans.push(
Object.assign({}, example, {fees: createFees()})
Object.assign({}, example, {fees: this.createFees()})
)
}



Cargando…
Cancelar
Guardar