forked from phoenix/litellm-mirror
ui - clean up table
This commit is contained in:
parent
0c464f7f61
commit
5da931f297
1 changed files with 2 additions and 2 deletions
|
@ -1065,7 +1065,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
<Grid numItems={2}>
|
||||
<Col>
|
||||
<Card className="mr-2">
|
||||
<Table>
|
||||
{/* <Table>
|
||||
<TableHead>
|
||||
<TableRow>
|
||||
<TableHeaderCell>Model</TableHeaderCell>
|
||||
|
@ -1080,7 +1080,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
</TableRow>
|
||||
))}
|
||||
</TableBody>
|
||||
</Table>
|
||||
</Table> */}
|
||||
</Card>
|
||||
</Col>
|
||||
<Col>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue