Skip to content

Commit 18d9408

Browse files
committed
Merge branch 'idc-test' of https://github.com/ImagingDataCommons/IDC-WebApp into idc-prod-sp
2 parents 7dc6669 + a1bee91 commit 18d9408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/tables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ define(['cartutils','filterutils','tippy','jquery', 'base'], function(cartutils,
954954
let volView_element = '<li title="VolView is disabled for this Study."><a class="disabled">VolView ' +
955955
'<i class="fa-solid fa-external-link external-link-icon" aria-hidden="true">' +
956956
'</a></li>';
957-
let disable_multi = Array.isArray(row['aws_bucket']) && (row['aws_bucket'].length > 0);
957+
let disable_multi = Array.isArray(row['aws_bucket']) && (row['aws_bucket'].length > 1);
958958
if(!is_xc) {
959959
if(!disable_multi) {
960960
let bucket = Array.isArray(row['aws_bucket']) ? row['aws_bucket'][0] : row['aws_bucket'];

0 commit comments

Comments
 (0)