Version 11.0.0

This commit is contained in:
Alberto
2017-06-26 16:40:27 +02:00
parent b54d549959
commit f8f0c21af2
6 changed files with 12 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ export default class DetailPanelComponent extends Component {
headerName: 'Duration',
field: 'duration',
cellClass: 'call-record-cell',
cellFormatter: this.secondCellFormatter
valueFormatter: this.secondCellFormatter
},
{headerName: 'Switch', field: 'switchCode', cellClass: 'call-record-cell'}];