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 4c02451 commit 0c2d530Copy full SHA for 0c2d530
static/js/cohorts/cohort-details.js
@@ -220,12 +220,14 @@ require([
220
$('#download-csv').attr('disabled', 'disabled');
221
$('#download-tsv').attr('disabled', 'disabled');
222
$('#download-json').attr('disabled', 'disabled');
223
+ $('#get-bq-table').attr('disabled', 'disabled');
224
}
225
else
226
{
227
$('#download-csv').removeAttr('disabled');
228
$('#download-tsv').removeAttr('disabled');
229
$('#download-json').removeAttr('disabled');
230
+ $('#get-bq-table').removeAttr('disabled');
231
232
233
if (num_selected_column == 0) {
0 commit comments