Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Nov 21, 2024
1 parent 6402afc commit 5fa075b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions apps/dashboard/src/actions/invoice/draft-invoice-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export const draftInvoiceAction = authActionClient
...restTemplate
} = template;

console.log("restTemplate", restTemplate);

const { data } = await supabase
.from("invoices")
.upsert(
Expand Down
2 changes: 0 additions & 2 deletions apps/dashboard/src/components/invoice/form-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ export function FormContext({
bottom_block: undefined,
};

console.log("defaultValues", defaultValues);

const form = useForm<InvoiceFormValues>({
resolver: zodResolver(invoiceFormSchema),
defaultValues,
Expand Down

0 comments on commit 5fa075b

Please sign in to comment.