[MM-59060] Remove pre release features section from advanced section of user settings (#27608)

Этот коммит содержится в:
M-ZubairAhmed
2024-07-18 13:01:57 +00:00
коммит произвёл GitHub
родитель eaa3c86a6a
Коммит e2d7d2d23c
19 изменённых файлов: 13 добавлений и 241 удалений

Просмотреть файл

@@ -60,10 +60,6 @@ describe('Verify Accessibility Support in different sections in Settings and Pro
{key: 'advancedCtrlSend', label: `Send Messages on ${isMac() ? '⌘+ENTER' : 'CTRL+ENTER'}`, type: 'radio'},
{key: 'formatting', label: 'Enable Post Formatting', type: 'radio'},
{key: 'joinLeave', label: 'Enable Join/Leave Messages', type: 'radio'},
// As only setting in advancedPreviewFeatures was related to editor preview this isn't required at the moment,
// may later on we can add it if we add more settings inside it
// {key: 'advancedPreviewFeatures', label: 'Preview Pre-release Features', type: 'checkbox'},
],
};
let url;