diff --git a/app/assets/javascripts/views/editor/editor_view.ts b/app/assets/javascripts/views/editor/editor_view.ts index 904b90242..9db95e47d 100644 --- a/app/assets/javascripts/views/editor/editor_view.ts +++ b/app/assets/javascripts/views/editor/editor_view.ts @@ -380,7 +380,7 @@ class EditorViewCtrl extends PureViewCtrl<{}, EditorState> { 'showOptionsMenu', 'showEditorMenu', 'showExtensions', - 'showSessionHistory' + 'showHistory', ]; const menuState: any = {}; for (const candidate of allMenus) {