mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
Fix import path for UpgradeTrackChangesModal in review mode switcher (#24410)
GitOrigin-RevId: 929c85480d253ff5786d99812f4959683f050b52
This commit is contained in:
committed by
Copybot
parent
7f67df2468
commit
8fe07b196b
+1
-1
@@ -18,7 +18,7 @@ import usePersistedState from '@/shared/hooks/use-persisted-state'
|
||||
import { sendMB } from '@/infrastructure/event-tracking'
|
||||
import { useEditorContext } from '@/shared/context/editor-context'
|
||||
import { useProjectContext } from '@/shared/context/project-context'
|
||||
import UpgradeTrackChangesModal from '@/features/source-editor/components/review-panel/upgrade-track-changes-modal'
|
||||
import UpgradeTrackChangesModal from './upgrade-track-changes-modal'
|
||||
|
||||
type Mode = 'view' | 'review' | 'edit'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user