Skip to content

Commit

Permalink
feat: recent session history
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed Oct 8, 2024
1 parent 23b5f81 commit d1fd7c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions react/src/pages/SessionLauncherPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -649,21 +649,21 @@ const SessionLauncherPage = () => {
align="stretch"
style={{ flex: 1, maxWidth: 700 }}
>
{/* <Flex direction="row" justify="between">
<Typography.Title level={3} style={{ marginTop: 0 }}>
<Flex direction="row" justify="between">
<Typography.Title level={4} style={{ marginTop: 0 }}>
{t('session.launcher.StartNewSession')}
</Typography.Title>
<Flex direction="row" gap={'sm'}>
<Button
type="link"
icon={<BlockOutlined />}
disabled
// icon={<BlockOutlined />}
// disabled
style={{ paddingRight: 0, paddingLeft: 0 }}
>
{t('session.launcher.TemplateAndHistory')}
</Button>
</Flex>
</Flex> */}
</Flex>
{/* <Suspense fallback={<FlexActivityIndicator />}> */}
<Form.Provider
onFormChange={(name, info) => {
Expand Down

0 comments on commit d1fd7c3

Please sign in to comment.