mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
*/
|
||||
|
||||
export enum ColorBy {
|
||||
metric = 'metric',
|
||||
country = 'country',
|
||||
Metric = 'metric',
|
||||
Country = 'country',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user