fix: admin/monitor: page size switcher not working

Massimo Melina committed Apr 25, 2022 at 22:37 UTC 3f96d14f6a7c2a80bd2885ff56e9b5eb4c3f90b1
1 file changed -1
admin/src/MonitorPage.ts
-1
@@ -68,7 +68,6 @@ function Connections() {
68 [!paused && list, filtered]) //eslint-disable-line
69 // memoizing the table will work around a little DataGrid's bug https://github.com/mui/mui-x/issues/4139
70 const table = useMemo(() => h(DataGrid, {
71 - pageSize: 25,
71 rows,
72 columns: [
73 {