refactoring-backend #3

Merged
lukas.pupkalipinski merged 403 commits from refactoring-backend into main 2026-05-20 20:23:46 +02:00
Showing only changes of commit 0223cb12a4 - Show all commits

View File

@@ -68,7 +68,7 @@ export function useDashboardCountryData(
setLoading(true);
setError(null);
fetchBansByCountry(timeRange, origin, source)
fetchBansByCountry(timeRange, origin, source, undefined, controller.signal)
.then((data) => {
if (controller.signal.aborted) return;
setCountries(data.countries);