fix location link sorting (#473)

This commit is contained in:
Denys Vuika
2018-06-29 13:03:58 +01:00
committed by Cilibiu Bogdan
parent 9cdfa35ae5
commit d89473046c
7 changed files with 23 additions and 25 deletions

View File

@@ -43,7 +43,7 @@ export class DataTable extends Component {
row: '.adf-datatable-row[role]',
selectedRow: '.adf-datatable-row.is-selected',
cell: '.adf-data-table-cell',
locationLink: 'app-location-link',
locationLink: 'aca-location-link',
selectedIcon: '.mat-icon',