Skip to content

Commit 656c60a

Browse files
author
minjk-bl
committed
Fix Groupby
1 parent 092198a commit 656c60a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/m_apps/Groupby.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ define([
403403
var defaultMethod = '';
404404
page.appendFormatLine('<option value="{0}">{1}</option>', '', 'Select method type');
405405
page.appendFormatLine('<option value="{0}">{1}</option>', 'typing', 'Typing');
406+
page.appendLine('<option disabled>-----------------------</option>');
406407
this.methodList.forEach(method => {
407408
if (method.value == '') {
408409
return;

0 commit comments

Comments
 (0)