mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
perspectives: parent filter switch in filters
This commit is contained in:
@@ -212,7 +212,6 @@
|
||||
});
|
||||
}
|
||||
|
||||
console.log('tableNode?.supportsParentFilter', tableNode?.supportsParentFilter);
|
||||
if (tableNode?.supportsParentFilter) {
|
||||
const isParentFilter = (config.parentFilters || []).find(x => x.uniqueName == tableNode.uniqueName);
|
||||
if (isParentFilter) {
|
||||
|
||||
Reference in New Issue
Block a user