Merge branch 'master' of github.com:owncast/owncast-admin
This commit is contained in:
@@ -69,6 +69,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