diff --git a/src/app/(dashboard)/dashboard/api-communications/add/page.tsx b/src/app/(dashboard)/dashboard/api-communications/add/page.tsx new file mode 100644 index 0000000..324814c --- /dev/null +++ b/src/app/(dashboard)/dashboard/api-communications/add/page.tsx @@ -0,0 +1,26 @@ +import AddAPICommunicationForm from "@/components/add-api-communication-form"; +import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; +import { ScrollArea, ScrollBar } from "@/components/ui/scroll-area"; +import { Separator } from "@/components/ui/separator"; + +export default function SettingsDisplayPage() { + return ( + +
+ + + + Create API Communication + + + + + + + + +
+ +
+ ); +} diff --git a/src/components/add-account-form.tsx b/src/components/add-account-form.tsx index 60bb61e..c310355 100644 --- a/src/components/add-account-form.tsx +++ b/src/components/add-account-form.tsx @@ -115,7 +115,7 @@ export default function AddAccountForm() { name="organization" render={({ field }) => ( - User + Organization + + + + )} + /> + + ( + + Messages + +