mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix typo
This commit is contained in:
committed by
Eugenio Romano
parent
de242ea4f1
commit
9b651895cf
@@ -244,7 +244,6 @@ export class DataTableComponent implements AfterContentInit, OnChanges, DoCheck
|
||||
if (row) {
|
||||
if (this.data) {
|
||||
const newValue = !row.isSelected;
|
||||
const rows = this.data.getRows();
|
||||
|
||||
const domEventName = newValue ? 'row-select' : 'row-unselect';
|
||||
const domEvent = new CustomEvent(domEventName, {
|
||||
|
Reference in New Issue
Block a user