Skip to content

Commit ca58cfc

Browse files
author
minjk-bl
committed
Bind > generating code bug fixed (if 'on' selected)
1 parent b29d9df commit ca58cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/vpBind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ define([
927927
//================================================================
928928
// On columns
929929
//================================================================
930-
code.appendFormat(', on=[{0}]', on.map(col => col.code));
930+
code.appendFormat(', on=[{0}]', merge.on.map(col => col.code));
931931
} else {
932932
//====================================================================
933933
// Left & Right On columns

0 commit comments

Comments
 (0)