mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Merge pull request #25090 from overleaf/jdt-align-wf-rebrand-split-test
Align Writefull bundle changes to same split test GitOrigin-RevId: 28eb7c0835a38d4989461d941efc3e8c0cdcfecb
This commit is contained in:
committed by
Copybot
parent
e8b5ee2ff9
commit
6973ba4244
@@ -354,7 +354,6 @@ const _ProjectController = {
|
||||
'editor-redesign',
|
||||
'paywall-change-compile-timeout',
|
||||
'overleaf-assist-bundle',
|
||||
'wf-feature-rebrand',
|
||||
'word-count-client',
|
||||
'editor-popup-ux-survey',
|
||||
].filter(Boolean)
|
||||
|
||||
@@ -20,7 +20,7 @@ export const MathDropdown = memo(function MathDropdown() {
|
||||
const view = useCodeMirrorViewContext()
|
||||
const { writefullInstance } = useEditorContext()
|
||||
|
||||
const wfRebrandEnabled = isSplitTestEnabled('wf-feature-rebrand')
|
||||
const wfRebrandEnabled = isSplitTestEnabled('overleaf-assist-bundle')
|
||||
return (
|
||||
<ToolbarButtonMenu
|
||||
id="toolbar-math"
|
||||
|
||||
@@ -36,7 +36,7 @@ export const ToolbarItems: FC<{
|
||||
const symbolPaletteAvailable = getMeta('ol-symbolPaletteAvailable')
|
||||
const showGroup = (group: string) => !overflowed || overflowed.has(group)
|
||||
|
||||
const wfRebrandEnabled = isSplitTestEnabled('wf-feature-rebrand')
|
||||
const wfRebrandEnabled = isSplitTestEnabled('overleaf-assist-bundle')
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user