mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 02:30:07 +02:00
Merge pull request #30636 from overleaf/mj-tear-down-editor-redesign-flag
[web] Remove editor-redesign feature flag GitOrigin-RevId: e03cad9398b381c48074da171c2c7853681cfd71
This commit is contained in:
committed by
Copybot
parent
0cfc97bc72
commit
db9d075cda
@@ -5,13 +5,6 @@ import { SplitTestContext } from '@/shared/context/split-test-context'
|
||||
export const defaultSplitTestsArgTypes = {
|
||||
// to be able to use this utility, you need to add the argTypes for each split test in this object
|
||||
// Check the original implementation for an example: https://github.com/overleaf/internal/pull/17809
|
||||
'editor-redesign': {
|
||||
description: 'Enable the new editor redesign',
|
||||
control: {
|
||||
type: 'select' as const,
|
||||
},
|
||||
options: ['enabled'],
|
||||
},
|
||||
uniaccessphase1: {
|
||||
description: 'Enable CIAM designs',
|
||||
control: { type: 'select' as const },
|
||||
|
||||
@@ -444,7 +444,6 @@ const _ProjectController = {
|
||||
'track-pdf-download',
|
||||
!anonymous && 'writefull-oauth-promotion',
|
||||
'hotjar',
|
||||
'editor-redesign',
|
||||
'overleaf-assist-bundle',
|
||||
'word-count-client',
|
||||
'editor-popup-ux-survey',
|
||||
|
||||
Reference in New Issue
Block a user