Skip to content

Commit

Permalink
Use default Root in expandOptions
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <[email protected]>
  • Loading branch information
George-Payne and teamchong authored Jan 15, 2025
1 parent 630995b commit d1080b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/src/utils/expandOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const defaults: InternalFieldOptions<any, any> = {
};

export const expandOptions = <T extends object>(
options: ValidatedFormOptions<T, any>,
options: ValidatedFormOptions<T>,
): InternalValidatedFormOptions<T> => {
const expandedOptions: Record<
string,
Expand Down

0 comments on commit d1080b4

Please sign in to comment.