@sprucelabs/spruce-calendar-components 22.8.25 → 22.8.26
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.
|
@@ -317,6 +317,7 @@ export default class RootSkillViewController extends AbstractSkillViewController
|
|
|
317
317
|
yield this.transitionToRoot();
|
|
318
318
|
this.setSelectedDateInDateSelectVc(startDate);
|
|
319
319
|
if (visiblePeopleIds) {
|
|
320
|
+
yield this.getPersonSelectVc().setMode('custom');
|
|
320
321
|
yield this.people.setVisiblePeopleIds(visiblePeopleIds);
|
|
321
322
|
}
|
|
322
323
|
yield this.waitUntilDoneSaving();
|
|
@@ -278,6 +278,7 @@ class RootSkillViewController extends heartwood_view_controllers_1.AbstractSkill
|
|
|
278
278
|
await this.transitionToRoot();
|
|
279
279
|
this.setSelectedDateInDateSelectVc(startDate);
|
|
280
280
|
if (visiblePeopleIds) {
|
|
281
|
+
await this.getPersonSelectVc().setMode('custom');
|
|
281
282
|
await this.people.setVisiblePeopleIds(visiblePeopleIds);
|
|
282
283
|
}
|
|
283
284
|
await this.waitUntilDoneSaving();
|