keevo-components 1.4.9 → 1.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -973,7 +973,6 @@ class TableComponent {
|
|
|
973
973
|
retornarCampo(action, rowData, field) {
|
|
974
974
|
const _function = action.dynamicfields ? action.dynamicfields[field] : null;
|
|
975
975
|
const _field = _function ? _function.apply(action, [rowData]) : action[field];
|
|
976
|
-
this.selectedItems = [];
|
|
977
976
|
return _field;
|
|
978
977
|
}
|
|
979
978
|
}
|