Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit c160977

Browse files
committed
Merge branch 'develop' of https://github.com/daita-technologies/interface into develop
2 parents fa01acb + 38cafe6 commit c160977

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

  • src/routes/ProjectDetail/AugmentationOption

src/routes/ProjectDetail/AugmentationOption/RunAugmentButton/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ const RunAugmentButton = function ({ isExpertMode }: RunAugmentButtonProps) {
250250
totalImage = totalOriginalImages;
251251
}
252252

253-
if (!splitDataNumberBySource) {
254-
return toast.error("You haven't split your dataset yet.");
255-
}
253+
// if (!splitDataNumberBySource) {
254+
// return toast.error("You haven't split your dataset yet.");
255+
// }
256256

257257
if (
258258
splitDataNumberBySource &&

src/routes/ProjectDetail/AugmentationOption/SamplePreviewImageElement/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ const SamplePreviewImageElement = function ({
5858
return undefined;
5959
}
6060
return undefined;
61-
}, [isOriginalSampleImage, selectedSupperResolutionParamValue]);
61+
}, [
62+
isOriginalSampleImage,
63+
selectedSupperResolutionParamValue,
64+
originalImageSizeInfo,
65+
]);
6266

6367
return (
6468
<Box>

0 commit comments

Comments
 (0)