@sprucelabs/spruce-calendar-components 38.0.3 → 38.0.4
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.
- package/build/.spruce/schemas/schemas.types.d.ts +2213 -2213
- package/build/esm/.spruce/schemas/schemas.types.d.ts +2213 -2213
- package/build/esm/root/Root.svc.js +1 -1
- package/build/root/Root.svc.js +1 -1
- package/package.json +1 -1
|
@@ -534,7 +534,7 @@ class RootSkillViewController extends AbstractSkillViewController {
|
|
|
534
534
|
catch (err) {
|
|
535
535
|
if ((options === null || options === void 0 ? void 0 : options.shouldRenderAlertOnFail) === false) {
|
|
536
536
|
this.toast({
|
|
537
|
-
|
|
537
|
+
content: 'Updating your calendar failed! Trying to connect...',
|
|
538
538
|
});
|
|
539
539
|
return;
|
|
540
540
|
}
|
package/build/root/Root.svc.js
CHANGED
|
@@ -475,7 +475,7 @@ class RootSkillViewController extends heartwood_view_controllers_1.AbstractSkill
|
|
|
475
475
|
catch (err) {
|
|
476
476
|
if (options?.shouldRenderAlertOnFail === false) {
|
|
477
477
|
this.toast({
|
|
478
|
-
|
|
478
|
+
content: 'Updating your calendar failed! Trying to connect...',
|
|
479
479
|
});
|
|
480
480
|
return;
|
|
481
481
|
}
|