Skip to content

Commit fb36470

Browse files
shreeyash07frozenhelium
authored andcommitted
quick fix
1 parent eaa1e20 commit fb36470

File tree

1 file changed

+1
-1
lines changed
  • manager-dashboard/app/views/NewTutorial

1 file changed

+1
-1
lines changed

manager-dashboard/app/views/NewTutorial/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ export const tutorialFormSchema: TutorialFormSchema = {
720720
baseSchema,
721721
value,
722722
['projectType'],
723-
['zoomLevel', 'tileServerB'],
723+
['tileServerB'],
724724
(v) => (v?.projectType === PROJECT_TYPE_CHANGE_DETECTION
725725
|| v?.projectType === PROJECT_TYPE_COMPLETENESS
726726
? {

0 commit comments

Comments
 (0)