mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix mistyped filter value in the admin's log table
This commit is contained in:
parent
e59285d998
commit
f855881c5d
@ -53,7 +53,7 @@ export const LogTable: FC<LogTableProps> = ({ logs, initialPageSize }) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Error',
|
text: 'Error',
|
||||||
value: 'Error',
|
value: 'error',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
onFilter: (level, row) => row.level.indexOf(level) === 0,
|
onFilter: (level, row) => row.level.indexOf(level) === 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user