We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa1e20 commit fb36470Copy full SHA for fb36470
manager-dashboard/app/views/NewTutorial/utils.ts
@@ -720,7 +720,7 @@ export const tutorialFormSchema: TutorialFormSchema = {
720
baseSchema,
721
value,
722
['projectType'],
723
- ['zoomLevel', 'tileServerB'],
+ ['tileServerB'],
724
(v) => (v?.projectType === PROJECT_TYPE_CHANGE_DETECTION
725
|| v?.projectType === PROJECT_TYPE_COMPLETENESS
726
? {
0 commit comments