mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
removed commented code
This commit is contained in:
@@ -168,26 +168,6 @@ export abstract class PerspectiveTreeNode {
|
||||
}
|
||||
}
|
||||
|
||||
// setFilter(value) {
|
||||
// this.setConfig(
|
||||
// cfg => ({
|
||||
// ...cfg,
|
||||
// filters: {
|
||||
// ...cfg.filters,
|
||||
// [this.uniqueName]: value,
|
||||
// },
|
||||
// filterInfos: {
|
||||
// ...cfg.filterInfos,
|
||||
// [this.uniqueName]: {
|
||||
// columnName: this.columnName,
|
||||
// filterType: this.filterType,
|
||||
// },
|
||||
// },
|
||||
// }),
|
||||
// true
|
||||
// );
|
||||
// }
|
||||
|
||||
getFilter() {
|
||||
return this.config.filters[this.uniqueName];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user