Skip to content

Commit

Permalink
disable save on swap roi type
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 6, 2023
1 parent 07006bd commit 28e3c73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/labeling/roiSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,7 @@ function makeFormReactive() {
for (let check of checkboxes) {
check.checked = false;
}
disableSaveBtn();
document.getElementById('tt_radio_1').checked = false;
document.getElementById('tt_radio_2').checked = false;
document.getElementById('tt_radio_3').checked = false;
Expand Down

0 comments on commit 28e3c73

Please sign in to comment.