mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
chore: UI Fixes
This commit is contained in:
parent
5899a89bf1
commit
8a02d7c366
3 changed files with 400 additions and 223 deletions
|
|
@ -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]">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue