This commit is contained in:
Ishaan Jaff 2025-03-13 20:05:59 -07:00
parent 636083b886
commit 9edd768064

View file

@ -69,7 +69,7 @@ const TopKeyView: React.FC<TopKeyViewProps> = ({
// Define columns for the table view
const columns = [
{
header: "Key",
header: "Key ID",
accessorKey: "api_key",
cell: (info: any) => (
<div className="overflow-hidden">