Skip to content

Commit

Permalink
minor: remove extra parameters header that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Nov 20, 2024
1 parent cae1be1 commit 955aeec
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { DocumentVersion } from '@latitude-data/core/browser'
import { useCurrentCommit } from '@latitude-data/web-ui'
import { useDocumentParameters } from '$/hooks/useDocumentParameters'

import { Header } from '../Header'
import Chat from './Chat'
import { DocumentParams } from './DocumentParams'
import Preview from './Preview'
Expand All @@ -28,7 +27,6 @@ export default function Playground({

return (
<div className='flex flex-col gap-2 max-h-full h-full'>
<Header title='Parameters' />
<div className='max-h-[33%] flex flex-col'>
<DocumentParams commitVersionUuid={commit.uuid} document={document} />
</div>
Expand Down

0 comments on commit 955aeec

Please sign in to comment.