Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyjeong13 committed Dec 20, 2024
1 parent 9983001 commit cd99667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/admin/app/components/agent/AgentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useForm } from "react-hook-form";
import useSWR from "swr";
import { z } from "zod";

import { Model, ModelUsage, filterModelsByActive } from "~/lib/model/models";
import { ModelUsage } from "~/lib/model/models";
import { ModelApiService } from "~/lib/service/api/modelApiService";

import { TypographyH4 } from "~/components/Typography";
Expand Down
3 changes: 1 addition & 2 deletions ui/admin/app/components/model/DefaultModelAliasForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
import { DefaultModelAliasApiService } from "~/lib/service/api/defaultModelAliasApiService";
import { ModelApiService } from "~/lib/service/api/modelApiService";

import { ComboBox } from "~/components/composed/ComboBox";
import { SUGGESTED_MODEL_SELECTIONS } from "~/components/model/constants";
import { Button } from "~/components/ui/button";
import {
Expand All @@ -37,8 +38,6 @@ import {
} from "~/components/ui/form";
import { useAsync } from "~/hooks/useAsync";

import { ComboBox } from "../composed/ComboBox";

export function DefaultModelAliasForm({
onSuccess,
}: {
Expand Down

0 comments on commit cd99667

Please sign in to comment.