Skip to content

Commit 8eaedcc

Browse files
committed
Fix typo
1 parent 833bef6 commit 8eaedcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/views/singleCellProcessing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Ext4.create('SingleCell.panel.SingleCellProcessingPanel', {
66
outputFileIds: LABKEY.ActionURL.getParameter("outputFileIds") ? LABKEY.ActionURL.getParameter("outputFileIds").split(';') : [],
7-
inputType: LABKEY.ActionURL.getParameter("handlerClass") || 'ProcessSeuratObjectHandler'
7+
handlerClass: LABKEY.ActionURL.getParameter("handlerClass") || 'ProcessSingleCellHandler'
88
}).render(webpart.wrapperDivId);
99
});
1010

0 commit comments

Comments
 (0)