Skip to content

Commit 1a251ad

Browse files
committed
chore: disable beta feature
1 parent bc68d40 commit 1a251ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/_webapp/src/views/settings/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const Settings = () => {
3232
<SettingsHeader />
3333
<div className="pd-app-tab-content-body">
3434
<UISettings />
35-
<BetaFeatureSettings />
35+
{/* <BetaFeatureSettings /> */}
3636
<AccountSettings />
3737
<SettingsFooter />
3838
{enableUserDeveloperTools && <UserDeveloperTools />}

0 commit comments

Comments
 (0)