File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import { useQueryClient } from "@tanstack/react-query";
25
25
import dynamic from "next/dynamic" ;
26
26
27
27
import { CenterLoader } from "../CenterLoader" ;
28
+ import { CreateProjectForm } from "../projects/CreateProjectForm" ;
28
29
import type { UserUsageByProjectTableProps } from "./UserUsageByProjectTable" ;
29
30
import { UserUsageTable } from "./UserUsageTable" ;
30
31
@@ -108,6 +109,9 @@ export const UnitUserUsage = ({ unitId }: UnitUserUsageProps) => {
108
109
< UserUsageTable toolbarContent = { pivotToggle } users = { users } onChange = { invalidateQueries } />
109
110
) }
110
111
</ Box >
112
+
113
+ < Typography variant = "h4" > Create Project</ Typography >
114
+ < CreateProjectForm unitId = { unit . id } />
111
115
</ Container >
112
116
) ;
113
117
} ;
You can’t perform that action at this time.
0 commit comments