Consistent error responses. Updated login page.

This commit is contained in:
Mike Cao 2025-02-20 09:57:59 -08:00
parent 88f2ac20bc
commit 4c24e54fdd
17 changed files with 170 additions and 159 deletions

View file

@ -8,7 +8,7 @@ export function WebsitesPage() {
return (
<>
<WebsitesHeader teamId={teamId} allowCreate={false} />
<WebsitesHeader />
<WebsitesDataTable teamId={teamId} allowEdit={false} />
</>
);