diff --git a/services/web/frontend/stories/source-editor/source-editor.stories.tsx b/services/web/frontend/stories/source-editor/source-editor.stories.tsx index e082704685..bd2e44b4e6 100644 --- a/services/web/frontend/stories/source-editor/source-editor.stories.tsx +++ b/services/web/frontend/stories/source-editor/source-editor.stories.tsx @@ -331,7 +331,7 @@ const mockDoc = (content: string, changes: Array> = []) => { // Do nothing }, getType: () => { - return 'history-ot' + return 'sharejs-text-ot' }, on: () => { // Do nothing