We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc68d40 commit 1a251adCopy full SHA for 1a251ad
webapp/_webapp/src/views/settings/index.tsx
@@ -32,7 +32,7 @@ export const Settings = () => {
32
<SettingsHeader />
33
<div className="pd-app-tab-content-body">
34
<UISettings />
35
- <BetaFeatureSettings />
+ {/* <BetaFeatureSettings /> */}
36
<AccountSettings />
37
<SettingsFooter />
38
{enableUserDeveloperTools && <UserDeveloperTools />}
0 commit comments