Skip to content

Commit 763bfeb

Browse files
author
Dan Hsiung
committed
lint errors
1 parent d257f26 commit 763bfeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export const FormContextProvider = <T extends ConfigurableProps>({
183183
// Get current value or default
184184
const value = configuredProps[prop.name as keyof ConfiguredProps<T>] ||
185185
("default" in prop && prop.default != null ? prop.default : undefined);
186+
186187
// Call setConfiguredProp to trigger reload
187188
setConfiguredProp(idx, value);
188189
}

0 commit comments

Comments
 (0)