Skip to content

Commit 9710335

Browse files
committed
Refer to constant
1 parent 264059a commit 9710335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/webapp/clientapi/dom/DataRegion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (!LABKEY.DataRegions) {
1616
var ALL_ROWS_MAX = 5_000;
1717
var CUSTOM_VIEW_PANELID = '~~customizeView~~';
1818
var DEFAULT_TIMEOUT = 30_000;
19-
const MAX_SELECTION_SIZE = 1_000;
19+
const MAX_SELECTION_SIZE = LABKEY.moduleContext.query.maxQuerySelection;
2020
var PARAM_PREFIX = '.param.';
2121
var SORT_ASC = '+';
2222
var SORT_DESC = '-';

0 commit comments

Comments
 (0)