mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -34,7 +34,7 @@ const chartEndpoint = 'glob:*api/v1/chart/*';
|
||||
fetchMock.get(chartEndpoint, { json: 'foo' });
|
||||
|
||||
window.featureFlags = {
|
||||
[FeatureFlag.EMBEDDABLE_CHARTS]: true,
|
||||
[FeatureFlag.EmbeddableCharts]: true,
|
||||
};
|
||||
|
||||
const createProps = (additionalProps = {}) => ({
|
||||
|
||||
Reference in New Issue
Block a user