This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch viz-gallery-tag-reduction in repository https://gitbox.apache.org/repos/asf/superset.git
commit 45b7d2dd10f385fe514bcdb1d1d25dc8f35aab5f Author: Michael S. Molina <[email protected]> AuthorDate: Fri Jul 12 16:06:24 2024 -0300 TODO --- superset-frontend/packages/superset-ui-core/src/chart/types/Base.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/packages/superset-ui-core/src/chart/types/Base.ts b/superset-frontend/packages/superset-ui-core/src/chart/types/Base.ts index b24e5e850e..b6f773d5d3 100644 --- a/superset-frontend/packages/superset-ui-core/src/chart/types/Base.ts +++ b/superset-frontend/packages/superset-ui-core/src/chart/types/Base.ts @@ -22,6 +22,7 @@ import { JsonObject } from '../..'; export type HandlerFunction = (...args: unknown[]) => void; +// Hello export enum Behavior { InteractiveChart = 'INTERACTIVE_CHART', NativeFilter = 'NATIVE_FILTER',
