mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 17:24:00 +00:00
fix
This commit is contained in:
@@ -543,7 +543,7 @@
|
|||||||
function forEachSelected(op: Function) {
|
function forEachSelected(op: Function) {
|
||||||
for (const tbl of _.values(tableRefs)) {
|
for (const tbl of _.values(tableRefs)) {
|
||||||
const table = tbl as any;
|
const table = tbl as any;
|
||||||
if (!table.isSelected()) continue;
|
if (!table?.isSelected()) continue;
|
||||||
op(table);
|
op(table);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user