Skip to content

Commit 0cf583a

Browse files
Update ControlApp.tsx
1 parent 857031a commit 0cf583a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/connect-react/src/components/ControlApp.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ type ControlAppProps = {
2929

3030
export function ControlApp({ app }: ControlAppProps) {
3131
const client = useFrontendClient();
32-
const { externalUserId, oauthAppConfig } = useFormContext();
32+
const {
33+
externalUserId, oauthAppConfig,
34+
} = useFormContext();
3335
const formFieldCtx = useFormFieldContext<ConfigurablePropApp>();
3436
const {
3537
id, prop, value, onChange,

0 commit comments

Comments
 (0)