Skip to content

Commit b401bc8

Browse files
committed
Fix typo
1 parent 596b8ea commit b401bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/web/singlecell/panel/SingleCellProcessingPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Ext4.define('SingleCell.panel.SingleCellProcessingPanel', {
7878
useOutputFileContainer.setValue(val !== 'individual');
7979
}
8080
},
81-
value: this.outputFileIds.size === 1 ? 'individual' : null,
81+
value: this.outputFileIds.length === 1 ? 'individual' : null,
8282
allowBlank: false
8383
},{
8484
xtype: 'checkbox',

0 commit comments

Comments
 (0)