Skip to content

Commit be1c3a6

Browse files
author
minjk-bl
committed
Fix bind column bug on Seaborn
1 parent f6acc6b commit be1c3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualpython/js/com/com_generatorV2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ define([
915915
'class': 'vp-select vp-state'
916916
});
917917
// make tag
918-
varResult.forEach(listVar => {
918+
list.forEach(listVar => {
919919
var option = document.createElement('option');
920920
$(option).attr({
921921
'value':listVar.value,

0 commit comments

Comments
 (0)