Skip to content

Commit

Permalink
Fixed typo when registering find dependencies. #216
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 10, 2024
1 parent 14e0904 commit 1f4a668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/assets/javascripts/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ function orEmptyArray(v) {
ecodata.forms.expressionEvaluator.evaluate(prepopConf.filter.expression, dataLoaderContext);
}
if (prepopConf.find) {
ecodata.forms.expressionEvaluator.evaluate(prepopConf.filter.expression, dataLoaderContext);
ecodata.forms.expressionEvaluator.evaluate(prepopConf.find.expression, dataLoaderContext);
}
dataLoader.prepop(prepopConf).done(function (data) {
constraintsObservable(data);
Expand Down

0 comments on commit 1f4a668

Please sign in to comment.