diff --git a/frontend/src/app/tld-pricing/page.tsx b/frontend/src/app/tld-pricing/page.tsx index deab65d..e5a4f9c 100644 --- a/frontend/src/app/tld-pricing/page.tsx +++ b/frontend/src/app/tld-pricing/page.tsx @@ -126,7 +126,7 @@ export default function TldPricingPage() { const data = await api.getTldOverview( 50, page * 50, - sortBy, + sortBy as 'popularity' | 'price_asc' | 'price_desc' | 'name', debouncedSearch || undefined )