diff --git a/apps/console/src/pages/organizations/people/NewPeopleView.tsx b/apps/console/src/pages/organizations/people/NewPeopleView.tsx index 7512f68df..928167327 100644 --- a/apps/console/src/pages/organizations/people/NewPeopleView.tsx +++ b/apps/console/src/pages/organizations/people/NewPeopleView.tsx @@ -6,7 +6,6 @@ import { Card } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { useToast } from "@/hooks/use-toast"; -import { HelpCircle } from "lucide-react"; import { cn } from "@/lib/utils"; import { NewPeopleViewCreatePeopleMutation } from "./__generated__/NewPeopleViewCreatePeopleMutation.graphql"; import { PageTemplate } from "@/components/PageTemplate"; @@ -51,7 +50,6 @@ function EditableField({ return (
-
@@ -194,7 +192,6 @@ function NewPeopleViewContent() {
-
@@ -251,7 +248,6 @@ function NewPeopleViewContent() {
-
diff --git a/apps/console/src/pages/organizations/people/PeopleView.tsx b/apps/console/src/pages/organizations/people/PeopleView.tsx index 87cbc41de..e6d568ffe 100644 --- a/apps/console/src/pages/organizations/people/PeopleView.tsx +++ b/apps/console/src/pages/organizations/people/PeopleView.tsx @@ -5,7 +5,6 @@ import { Label } from "@/components/ui/label"; import { Input } from "@/components/ui/input"; import { Button } from "@/components/ui/button"; import { useToast } from "@/hooks/use-toast"; -import { HelpCircle } from "lucide-react"; import { graphql, PreloadedQuery, @@ -79,7 +78,6 @@ function EditableField({ return (
-
@@ -220,7 +218,6 @@ function PeopleViewContent({
-
@@ -275,7 +272,6 @@ function PeopleViewContent({
-