removed commented code

This commit is contained in:
Jan Prochazka
2022-08-07 16:49:16 +02:00
parent 6154b4c780
commit 5418bb932c
4 changed files with 0 additions and 27 deletions

View File

@@ -49,7 +49,6 @@
setConfig(cfg => ({
...cfg,
filters: _.omit(cfg.filters, [uniqueName]),
// filterInfos: _.omit(cfg.filterInfos, [uniqueName]),
}))}
/>
{/if}

View File

@@ -274,10 +274,6 @@
...cfg.filters,
[dataNode.uniqueName]: getFilterValueExpression(value, dataNode.column.dataType),
},
// filterInfos: {
// ...cfg.filterInfos,
// [dataNode.uniqueName]: dataNode.filterInfo,
// },
}));
},
});