feat(logs): enhance usage logs table with log type indicators and improve UI elements
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import {
|
||||
type DataTableColumnHeaderProps<TData, TValue> =
|
||||
React.HTMLAttributes<HTMLDivElement> & {
|
||||
column: Column<TData, TValue>
|
||||
title: string
|
||||
title: React.ReactNode
|
||||
}
|
||||
|
||||
export function DataTableColumnHeader<TData, TValue>({
|
||||
|
||||
Reference in New Issue
Block a user