Skip to content

Commit 0a3019a

Browse files
committed
merged with dev
1 parent f893a0d commit 0a3019a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components-v2/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const App = () => {
3939
<Box sx={{ height: '100%', display: 'flex' }}>
4040
{/* New MUI workspace. */}
4141
{/* <WorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} /> */}
42-
{/* <HistoryOrWorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} /> */}
42+
<HistoryOrWorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} />
4343
{/* Legacy workspace. */}
4444
{/* <ContentsContainer /> */}
4545
<Divider orientation="vertical"/>

0 commit comments

Comments
 (0)