We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f893a0d commit 0a3019aCopy full SHA for 0a3019a
src/client/components-v2/App.tsx
@@ -39,7 +39,7 @@ const App = () => {
39
<Box sx={{ height: '100%', display: 'flex' }}>
40
{/* New MUI workspace. */}
41
{/* <WorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} /> */}
42
- {/* <HistoryOrWorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} /> */}
+ <HistoryOrWorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} />
43
{/* Legacy workspace. */}
44
{/* <ContentsContainer /> */}
45
<Divider orientation="vertical"/>
0 commit comments