Skip to content

Commit

Permalink
chore: remove test defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 27, 2024
1 parent e6e009d commit e30f11e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import type { PropsWithChildren } from "react";
import { FormProvider, useForm } from "react-hook-form";

const defaultValues = {
name: "hellohmmioojojoj",
imageUrl: "https://lorem.picsum/256/256",
contact: "[email protected]",
name: "",
imageUrl: "",
contact: "",
description: "",
} satisfies CreateGuildForm;

Expand Down

0 comments on commit e30f11e

Please sign in to comment.