mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
(UI) fix regression on Logs page
This commit is contained in:
parent
8ab4ad1355
commit
2c8f4efd33
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export function DataTable<TData, TValue>({
|
|||
});
|
||||
|
||||
return (
|
||||
<div className="rounded-lg custom-border table-wrapper">
|
||||
<div className="rounded-lg custom-border">
|
||||
<Table className="[&_td]:py-0.5 [&_th]:py-1">
|
||||
<TableHead>
|
||||
{table.getHeaderGroups().map((headerGroup) => (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue