Skip to content

Commit

Permalink
hide save btn less
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 6, 2023
1 parent 215937b commit 9230d0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/labeling/roiSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,6 @@ function makeFormReactive() {
document.getElementById('tt_radio_4').checked = false;
document.getElementById('pitfalls_area').style.display = 'none';
// hide save button
document.getElementById('save').style.display = 'none';
if (e.target.value == 'Evaluable for sTILs') {
// tissue types 1 and 2 enable, 3 and 4 disable
document.getElementById('tt_radio_1').disabled = false;
Expand Down

0 comments on commit 9230d0f

Please sign in to comment.