Skip to content

Commit

Permalink
default no subrois
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Sep 29, 2023
1 parent 0c56a61 commit 761dc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/labeling/labelingAnnotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async function initialize() {
Loading.open(document.body, 'Loading Labels Data...');
const ROIdata = await loadingData();
$D.ROI = ROIdata.ROI;
$D.subROIs = ROIdata.subROIs;
$D.subROIs = ROIdata.subROIs || [];
} catch (e) {
// statements
redirect($D.pages.table, e, 0);
Expand Down

0 comments on commit 761dc92

Please sign in to comment.