Updated search queries.

This commit is contained in:
Mike Cao 2024-02-03 23:19:29 -08:00
parent 80a58cbdd1
commit e971f2533d
12 changed files with 90 additions and 147 deletions

View file

@ -5,7 +5,7 @@ import { Metadata } from 'next';
export default function WebsitesPage({ params: { teamId, userId } }) {
return (
<>
<WebsitesHeader showActions={false} />
<WebsitesHeader teamId={teamId} showActions={false} />
<WebsitesBrowse teamId={teamId} userId={userId} />
</>
);