Skip to content

Commit 5c5ecb1

Browse files
Andrew Farriesroboquat
authored andcommitted
Change feature flag name
Use the name that matches the flag as defined in ConfigCat.
1 parent 61a0ef3 commit 5c5ecb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/contexts/FeatureFlagContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const FeatureFlagContextProvider: React.FC = ({ children }) => {
5353
showUseLastSuccessfulPrebuild: { defaultValue: false, setter: setShowUseLastSuccessfulPrebuild },
5454
publicApiExperimentalTeamsService: { defaultValue: false, setter: setUsePublicApiTeamsService },
5555
personalAccessTokensEnabled: { defaultValue: false, setter: setPersonalAccessTokensEnabled },
56-
useSlowDatabase: { defaultValue: false, setter: setUseSlowDatabase },
56+
slow_database: { defaultValue: false, setter: setUseSlowDatabase },
5757
};
5858
for (const [flagName, config] of Object.entries(featureFlags)) {
5959
if (teams) {

0 commit comments

Comments
 (0)