chore: UI Fixes

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-05-07 23:03:18 -07:00
parent 5899a89bf1
commit 8a02d7c366
3 changed files with 400 additions and 223 deletions

View file

@ -8,8 +8,8 @@ interface PageProps {
}
export default async function ChatsPage({ params }: PageProps) {
// Await params to properly access dynamic route parameters
const searchSpaceId = params.search_space_id;
// Get search space ID from the route parameter
const { search_space_id: searchSpaceId } = params;
return (
<Suspense fallback={<div className="flex items-center justify-center h-[60vh]">