diff --git a/ui/src/api/labels.ts b/ui/src/api/labels.ts index 79e0cf7..2e199c1 100644 --- a/ui/src/api/labels.ts +++ b/ui/src/api/labels.ts @@ -2,7 +2,6 @@ import { withRefresh } from "@/api/with-refresh.ts" import type { DtoCreateLabelRequest, DtoUpdateLabelRequest } from "@/sdk" import { makeLabelsApi } from "@/sdkClient.ts" - const labels = makeLabelsApi() export const labelsApi = { diff --git a/ui/src/pages/org/settings.tsx b/ui/src/pages/org/settings.tsx index e2e396c..f8f2f6e 100644 --- a/ui/src/pages/org/settings.tsx +++ b/ui/src/pages/org/settings.tsx @@ -8,17 +8,9 @@ import { useForm } from "react-hook-form" import { toast } from "sonner" import { z } from "zod" - import { Button } from "@/components/ui/button.tsx" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card.tsx" -import { - Form, - FormControl, - FormField, - FormItem, - FormLabel, - FormMessage, -} from "@/components/ui/form.tsx" +import { Form, FormControl, FormField, FormItem, FormLabel, FormMessage, } from "@/components/ui/form.tsx" import { Input } from "@/components/ui/input.tsx" const schema = z.object({