Fix mistyped filter value in the admin's log table (#3952)
This commit is contained in:
@@ -53,7 +53,7 @@ export const LogTable: FC<LogTableProps> = ({ logs, initialPageSize }) => {
|
||||
},
|
||||
{
|
||||
text: 'Error',
|
||||
value: 'Error',
|
||||
value: 'error',
|
||||
},
|
||||
],
|
||||
onFilter: (level, row) => row.level.indexOf(level) === 0,
|
||||
|
||||
Reference in New Issue
Block a user