diff --git a/src/App.tsx b/src/App.tsx index 56d2138c..23938861 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -70,7 +70,7 @@ declare global { } } -const DEFAULT_SELECTION: SidebarSelection = { kind: 'filter', filter: 'all' } +const DEFAULT_SELECTION: SidebarSelection = { kind: 'filter', filter: 'inbox' } /** Wraps useEditorSave to also keep outgoingLinks in sync on save and on content change. */ function App() {