Skip to content

Commit

Permalink
done (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfet97 authored Jan 22, 2025
1 parent 936b25e commit 02e2bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/makeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ export const makeClient = <Locale extends string, R>(
From,
R
>
& { new(c: C): any; fields: S.Struct.Fields },
& { new(c: C): any; extend: any; fields: S.Struct.Fields },
state: Ref<Omit<From, "_tag">>,
onSubmit: (a: To) => Effect<OnSubmitA, never, R>
) => {
Expand Down

0 comments on commit 02e2bd7

Please sign in to comment.