fix not implemented

This commit is contained in:
Dan Percic 2021-05-10 09:17:12 +03:00
parent 26f9e5a0af
commit f07957bc74

View File

@ -154,7 +154,7 @@ export abstract class BaseListingComponent<T = any> {
}
protected _updateSelection() {
if (this._getSelectionKey) {
if (this._selectionKey) {
this.selectedEntitiesIds = this.displayedEntities
.map((entity) => entity[this._getSelectionKey])
.filter((id) => this.selectedEntitiesIds.includes(id));