You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manager-dashboard/app/views/NewProject/index.tsx
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -756,18 +756,20 @@ function NewProject(props: Props) {
756
756
hint="What should be the minimum distance (in km) between images on the same Mapillary sequence? Empty indicates that all images on each sequence are used."
757
757
disabled={submissionPending||projectTypeEmpty}
758
758
/>
759
-
<Checkbox
760
-
name={'isPano'asconst}
761
-
value={value?.isPano}
762
-
label="Only use 360 degree panorama images."
763
-
onChange={setFieldValue}
764
-
disabled={submissionPending||projectTypeEmpty}
765
-
/>
766
759
<Checkbox
767
760
name={'randomizeOrder'asconst}
768
761
value={value?.randomizeOrder}
769
762
label="Randomize the order of images in the project."
0 commit comments