We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ab970 commit 4368367Copy full SHA for 4368367
visualpython/js/com/component/PopupComponent.js
@@ -519,7 +519,7 @@ define([
519
// Click detail buttons
520
$(this.wrapSelector('.vp-popup-detail-action-button')).on('click', function(evt) {
521
var btnType = $(this).data('type');
522
- vpConfig.setData({runType: runType}, 'vpcfg');
+ vpConfig.setData({runType: btnType}, 'vpcfg');
523
that._setDefaultRunType(btnType); // run, run-save, add
524
switch(btnType) {
525
// case 'apply':
0 commit comments