Skip to content

Commit 3d7a920

Browse files
authored
Update packages/connect-react/src/hooks/form-context.tsx
1 parent c3219de commit 3d7a920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connect-react/src/hooks/form-context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const FormContextProvider = <T extends ConfigurableProps>({
139139
} = useQuery({
140140
queryKey: [
141141
"dynamicProps",
142-
queryKeyInput
142+
queryKeyInput,
143143
],
144144
queryFn: async () => {
145145
const { dynamicProps } = await client.componentReloadProps(componentReloadPropsInput);

0 commit comments

Comments
 (0)