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.cjs
CHANGED
@@ -4534,7 +4534,6 @@ var FilesTableView = function FilesTableView(props) {
|
|
4534
4534
|
files = _props$files4 === void 0 ? [] : _props$files4,
|
4535
4535
|
onSelect = props.onSelect;
|
4536
4536
|
function select(row) {
|
4537
|
-
console.log(id);
|
4538
4537
|
if (onSelect) onSelect(row.id);
|
4539
4538
|
}
|
4540
4539
|
var table = {
|