Skip to content

Commit ec9a5f2

Browse files
palkerecsenyizzacharo
authored andcommitted
fix: move fieldComponents.js to src/lib/forms
* `dynamicParametrize` is a distinctly form-related operation and is more than a general/reusable utility function. As such it belongs closer to the form-specific code.
1 parent 767176e commit ec9a5f2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

src/lib/forms/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ export { RadioField } from "./RadioField";
2525
export { RichInputField } from "./RichInputField";
2626
export { RichEditor } from "./RichEditor";
2727
export { ToggleField } from "./ToggleField";
28+
export { dynamicParametrize } from "./fieldComponents.js";
2829
export * from "./widgets";

src/lib/utils/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export { humanReadableBytes } from "./humanReadableBytes";
22
export { dropdownOptionsGenerator } from "./dropdownOptionsGenerator";
3-
export { dynamicParametrize } from "./fieldComponents";

0 commit comments

Comments
 (0)