Skip to content

Commit

Permalink
Fixup: restore FeatureFlag boolean type
Browse files Browse the repository at this point in the history
  • Loading branch information
robdiciuccio committed Dec 11, 2020
1 parent 601ec51 commit df673cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export enum FeatureFlag {
}

export type FeatureFlagMap = {
[key in FeatureFlag]?: any;
[key in FeatureFlag]?: boolean;
};

// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand Down

0 comments on commit df673cf

Please sign in to comment.