mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove duplicated column and fix null in checkbox
This commit is contained in:
@@ -753,7 +753,7 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
|
||||
this.selection = event.selection.map((entry) => entry.node);
|
||||
const domEvent = new CustomEvent('node-unselect', {
|
||||
detail: {
|
||||
node: event.row.node,
|
||||
node: event.row ? event.row.node : null,
|
||||
selection: this.selection
|
||||
},
|
||||
bubbles: true
|
||||
|
Reference in New Issue
Block a user