Fix typo in incident table leading to unapplied filter 'sitler -> filter'

This commit is contained in:
Alex Holliday
2024-10-29 12:08:47 +08:00
parent a6214f400d
commit c9027f019a
@@ -74,7 +74,7 @@ const IncidentTable = ({ monitors, selectedMonitor, filter }) => {
sortOrder: "desc",
limit: null,
dateRange: null,
sitler: filter,
filter: filter,
page: paginationController.page,
rowsPerPage: paginationController.rowsPerPage,
});