This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch viz-gallery-tag-reduction
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/viz-gallery-tag-reduction by
this push:
new 45b7d2dd10 TODO
new 7e58dedfd4 Merge branch 'viz-gallery-tag-reduction' of
github.com:apache/superset into viz-gallery-tag-reduction
45b7d2dd10 is described below
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',