Skip to content

Commit af811e6

Browse files
author
Ihor Khomiak
committed
small fixes
1 parent 96589c6 commit af811e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/cost/costs.component.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/cost/costs.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class CostsComponent implements OnInit {
3636
textField.dismissSoftInput();
3737

3838
let cost:Cost = new Cost();
39-
cost.id = 234;
39+
cost.id = Math.random();
4040
cost.quantity = Number(this.newCost);
4141
cost.type = "TestType";
4242

0 commit comments

Comments
 (0)