Project delete.

This commit is contained in:
charles-gauthereau
2024-12-17 19:42:02 +01:00
parent 0b644f7987
commit 43161b8523
7 changed files with 82 additions and 17 deletions
@@ -39,6 +39,7 @@ export default async function RoutePage(props: PageParams<{ projectId: string }>
</PageTitle>
<PageActions className="justify-between">
<ButtonDeleteProject
projectId={projectId}
text={"Delete Project"}
/>
</PageActions>