Skip to content

Commit e8f9720

Browse files
committed
Amend comment
1 parent 54eef81 commit e8f9720

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
@@ -13,7 +13,7 @@ export type DynamicProps<T extends ConfigurableProps> = { id: string; configurab
1313

1414
export type FormContext<T extends ConfigurableProps> = {
1515
component: V1Component<T>;
16-
configurableProps: T; // dynamicProps.configurableProps || props.component.configurableProps
16+
configurableProps: T; // dynamicProps.configurableProps || props.component.configurable_props
1717
configuredProps: ConfiguredProps<T>;
1818
dynamicProps?: DynamicProps<T>; // lots of calls require dynamicProps?.id, so need to expose
1919
dynamicPropsQueryIsFetching?: boolean;

0 commit comments

Comments
 (0)