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 cf2e0d6 commit 7416969Copy full SHA for 7416969
visualpython/js/m_apps/Groupby.js
@@ -643,7 +643,7 @@ define([
643
page.appendFormatLine('<div class="{0}">', 'vp-gb-method-user');
644
page.appendFormatLine('<label class="vp-bold">{0}</label>', 'User option');
645
page.appendFormatLine('<input type="text" placeholder="{0}" id="vp_gbMethodUser"/>', 'Type user method');
646
- page.appendFormatLine('<label><input id="vp_gbMethodUserAsText" type="checkbox" checked/><span>{0}</span></label>'
+ page.appendFormatLine('<label><input id="vp_gbMethodUserAsText" type="checkbox"/><span>{0}</span></label>'
647
, 'Text');
648
page.appendLine('<button id="vp_gbMethodUserAdd" class="vp-button">Add</button>');
649
page.appendLine('</div>');
0 commit comments