ywana-core8 0.0.897 → 0.0.898
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.
package/dist/index.modern.js
CHANGED
@@ -4525,7 +4525,6 @@ var FilesTableView = function FilesTableView(props) {
|
|
4525
4525
|
files = _props$files4 === void 0 ? [] : _props$files4,
|
4526
4526
|
onSelect = props.onSelect;
|
4527
4527
|
function select(row) {
|
4528
|
-
console.log(id);
|
4529
4528
|
if (onSelect) onSelect(row.id);
|
4530
4529
|
}
|
4531
4530
|
var table = {
|