From 9ba49106f894d5b925eb80ee6df26b6202a0c402 Mon Sep 17 00:00:00 2001 From: Tudor Date: Mon, 2 Feb 2026 21:34:24 +0000 Subject: [PATCH] Fix SchoolsResponse fallback structure Use correct top-level pagination properties (page, page_size, total, total_pages) instead of nested pagination object. Co-Authored-By: Claude Sonnet 4.5 --- nextjs-app/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs-app/app/page.tsx b/nextjs-app/app/page.tsx index 781a62c..b26ffc0 100644 --- a/nextjs-app/app/page.tsx +++ b/nextjs-app/app/page.tsx @@ -57,7 +57,7 @@ export default async function HomePage({ searchParams }: HomePageProps) { // Return error state with empty data return ( );