Tweak sidebar
This commit is contained in:
@@ -47,6 +47,7 @@ export default function LogTable({ logs, pageSize }) {
|
||||
return (
|
||||
<div>
|
||||
<Table
|
||||
size="middle"
|
||||
dataSource={logs}
|
||||
columns={columns}
|
||||
rowKey={(row) => row.time}
|
||||
|
||||
Reference in New Issue
Block a user