chore(build): remove Lodash filter and noop usage in superset-frontend (#32341)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải
2025-02-21 19:29:07 +07:00
committed by GitHub
parent c27aee2b14
commit f820f9a976
4 changed files with 4 additions and 11 deletions

View File

@@ -26,7 +26,6 @@ import {
getNumberFormatter,
getTimeFormatter,
} from '@superset-ui/core';
import { noop } from 'lodash';
import {
BaseTransformedProps,
@@ -166,7 +165,7 @@ export const allEventHandlers = (
setDataMask,
emitCrossFilters,
)
: noop,
: () => {},
contextmenu: contextMenuEventHandler(
groupby,
onContextMenu,