Skip to content

Commit

Permalink
create/update auction form
Browse files Browse the repository at this point in the history
  • Loading branch information
laihuyha committed Feb 16, 2024
1 parent 56fc639 commit ffcbfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web-app/app/auctions/_common/AuctionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { FormDatePicker } from "@/app/_components/FormDatePicker";
import { FormTextInput } from "@/app/_components/FormTextInput";
import { create } from "@/app/actions/auction-action";
import { create } from "@/app/_actions/auction-action";
import { Form } from "@/components/ui/form";
import { formSchema } from "@/schema/schema";
import { ItemDTO } from "@/types/search";
Expand Down

0 comments on commit ffcbfc5

Please sign in to comment.