Просмотр исходного кода

Fix loan creation error

master
Immanuel Onyeka 2 лет назад
Родитель
Сommit
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()})
)
}



Загрузка…
Отмена
Сохранить