|
|
@@ -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 },
|