Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4baf3b8

Browse files
committed
error fix in PreferencesUserSettingsTab.js
1 parent 3bdb660 commit 4baf3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/settings/tabs/user/PreferencesUserSettingsTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default class PreferencesUserSettingsTab extends React.Component {
5353
];
5454

5555
static GENERAL_SETTINGS = [
56-
'GroupFilterPanel.enableGroupFilterPanel',
56+
'TagPanel.enableTagPanel',
5757
'promptBeforeInviteUnknownUsers',
5858
// Start automatically after startup (electron-only)
5959
// Autocomplete delay (niche text box)

0 commit comments

Comments
 (0)