Skip to content

Commit f050e51

Browse files
Merge pull request #193 from CodeForPhilly/injection-fix
Fix CustomFormFieldsModule injection
2 parents 2408562 + d86e8d1 commit f050e51

File tree

1 file changed

+2
-0
lines changed
  • builder-frontend/src/components/project/formJsExtensions/customFormFields

1 file changed

+2
-0
lines changed

builder-frontend/src/components/project/formJsExtensions/customFormFields/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class CustomFormFieldsModule {
1010
}
1111
}
1212

13+
CustomFormFieldsModule.$inject = ["formFields"]
14+
1315
export default {
1416
__init__: [ 'customFields' ],
1517
customFields: [ 'type', CustomFormFieldsModule ]

0 commit comments

Comments
 (0)