set initial loading state to false

This commit is contained in:
Alex Holliday
2024-11-23 16:52:06 +08:00
parent 707836f86a
commit 964a31796c

View File

@@ -39,7 +39,7 @@ const IncidentTable = ({ monitors, selectedMonitor, filter }) => {
page: 0,
rowsPerPage: 14,
});
const [isLoading, setIsLoading] = useState(true);
const [isLoading, setIsLoading] = useState(false);
useEffect(() => {
setPaginationController((prevPaginationController) => ({