Преглед изворни кода

Fix loan creation error

master
Immanuel Onyeka пре 2 година
родитељ
комит
86985c4daf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      components/new.vue

+ 1
- 1
components/new.vue Прегледај датотеку

@@ -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()})
)
}



Loading…
Откажи
Сачувај