Skip to content

Commit

Permalink
Works again now
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 20, 2023
1 parent 12b9015 commit 40e4b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtimePipelineYazzUiMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ ${formprop.fn}
let mm = this
let isAppInDesignMode = mm.design_mode

if (mm.model[appMethodId] && (mm.model[appMethodId].instanceof Function)) {
if (mm.model[appMethodId] && (mm.model[appMethodId] instanceof Function)) {
return mm.model[ appMethodId ]
}
if (isAppInDesignMode) {
Expand Down

0 comments on commit 40e4b4b

Please sign in to comment.