mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
chore(build): remove Lodash filter and noop usage in superset-frontend (#32341)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user