ソースを参照

Fix loan creation error

master
コミット
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()})
)
}



読み込み中…
キャンセル
保存