Converted user and website settings.

This commit is contained in:
Mike Cao
2025-02-21 16:55:05 -08:00
parent 4c24e54fdd
commit b5c6194f36
59 changed files with 363 additions and 554 deletions

View File

@@ -10,7 +10,7 @@ export function WebsitesSettingsPage({ teamId }: { teamId: string }) {
return (
<>
<WebsitesHeader teamId={teamId} allowCreate={canCreate} />
<WebsitesHeader allowCreate={canCreate} />
<WebsitesDataTable teamId={teamId} />
</>
);