Skip to content

Commit

Permalink
Fixes domainPropertyFactory property error
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jul 23, 2023
1 parent e43833b commit 4dac62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class FieldsGrailsPlugin extends Plugin {
formFieldsTemplateService(FormFieldsTemplateService)
fieldsDomainPropertyFactory(DomainPropertyFactoryImpl)
domainModelService(DomainModelServiceImpl) {
domainPropertyFactory: ref(fieldsDomainPropertyFactory)
domainPropertyFactory = ref('fieldsDomainPropertyFactory')
}
}}
}

0 comments on commit 4dac62e

Please sign in to comment.