@tulipnpm/timekit_project_selector 2.0.3 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21346,6 +21346,10 @@ var Step = /*#__PURE__*/function () {
21346
21346
  if (!this.strategy) {
21347
21347
  this.strategy = projectType;
21348
21348
  }
21349
+ if (projectType === 'global_appointment_type_project') {
21350
+ this.strategy = 'service_project';
21351
+ this.projectType = 'service_project';
21352
+ }
21349
21353
  }
21350
21354
  }, {
21351
21355
  key: "getProjectType",