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