mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -32,9 +32,9 @@ export * from './types';
|
||||
|
||||
const metadata = new ChartMetadata({
|
||||
behaviors: [
|
||||
Behavior.INTERACTIVE_CHART,
|
||||
Behavior.DRILL_TO_DETAIL,
|
||||
Behavior.DRILL_BY,
|
||||
Behavior.InteractiveChart,
|
||||
Behavior.DrillToDetail,
|
||||
Behavior.DrillBy,
|
||||
],
|
||||
category: t('Table'),
|
||||
canBeAnnotationTypes: ['EVENT', 'INTERVAL'],
|
||||
|
||||
Reference in New Issue
Block a user