mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 06:26:00 +00:00
removed commented code
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
setConfig(cfg => ({
|
||||
...cfg,
|
||||
filters: _.omit(cfg.filters, [uniqueName]),
|
||||
// filterInfos: _.omit(cfg.filterInfos, [uniqueName]),
|
||||
}))}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
@@ -274,10 +274,6 @@
|
||||
...cfg.filters,
|
||||
[dataNode.uniqueName]: getFilterValueExpression(value, dataNode.column.dataType),
|
||||
},
|
||||
// filterInfos: {
|
||||
// ...cfg.filterInfos,
|
||||
// [dataNode.uniqueName]: dataNode.filterInfo,
|
||||
// },
|
||||
}));
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user