Skip to content

Commit

Permalink
Valid code state again
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 20, 2023
1 parent 426f7ca commit 67eb0d2
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 @@ -1604,7 +1604,7 @@ ${formprop.fn}
}
}
}
if (isAsync || isValidObject(methodFn)){
if (isAsync) {
return mm.getAppAsyncMethod( propDetailsId , isAppInDesignMode )
} else {
return mm.getAppNonAsyncMethod( propDetailsId , isAppInDesignMode )
Expand Down

0 comments on commit 67eb0d2

Please sign in to comment.