mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 06:36:00 +00:00
SYNC: diagram improvements
This commit is contained in:
committed by
Diflow
parent
a81d66ace3
commit
b8b1412bf8
@@ -944,12 +944,13 @@
|
||||
// }
|
||||
// }
|
||||
|
||||
// $: if (onReportCounts) {
|
||||
// onReportCounts({
|
||||
// all: value?.tables?.length ?? 0,
|
||||
// filtered: tables?.length ?? 0,
|
||||
// });
|
||||
// }
|
||||
$: if (onReportCounts) {
|
||||
// console.log('REPORTING COUNTS');
|
||||
onReportCounts({
|
||||
all: _.compact(value?.tables || []).length,
|
||||
filtered: _.compact(tables || []).length,
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user