Chore: Upgraded to angular 15
Chore: Moved from angular/flex-layout to Tailwind Chore: Upgrade completed
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ export class RateContractDetailComponent implements OnInit, AfterViewInit {
|
||||
date: moment(this.item.date, 'DD-MMM-YYYY').toDate(),
|
||||
validFrom: moment(this.item.validFrom, 'DD-MMM-YYYY').toDate(),
|
||||
validTill: moment(this.item.validTill, 'DD-MMM-YYYY').toDate(),
|
||||
account: this.item.vendor.name,
|
||||
account: this.item.vendor?.name ?? '',
|
||||
addRow: {
|
||||
product: '',
|
||||
price: '',
|
||||
|
||||
Reference in New Issue
Block a user