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

@ -8,7 +8,7 @@ export default function Websites({ teamId }: { teamId: string }) {
return (
<>
<WebsitesHeader showActions={user.role !== 'view-only'} />
<WebsitesHeader teamId={teamId} showActions={user.role !== 'view-only'} />
<WebsitesDataTable teamId={teamId} userId={user.id} allowEdit={true} />
</>
);