sf-i-events 1.0.200 → 1.0.201
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/dev/index.html +2 -2
- package/package.json +1 -1
- package/sf-i-events.js +1 -1
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +1 -1
package/dev/index.html
CHANGED
|
@@ -599,8 +599,8 @@
|
|
|
599
599
|
|
|
600
600
|
<sf-i-events
|
|
601
601
|
|
|
602
|
-
projectId="
|
|
603
|
-
projectName="
|
|
602
|
+
projectId="ca9de357-6776-4069-aa14-37f813df7918"
|
|
603
|
+
projectName="Tale of Tails"
|
|
604
604
|
mode="onboarding"
|
|
605
605
|
apiId="8icpy39ru0"
|
|
606
606
|
apiIdStatutes="4wb2x6fkga"
|
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -5732,7 +5732,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
5732
5732
|
}
|
|
5733
5733
|
}
|
|
5734
5734
|
var html = '';
|
|
5735
|
-
if (jobs.data) {
|
|
5735
|
+
if (jobs && jobs.data) {
|
|
5736
5736
|
html += (jobs.data.status == "0" ? "<div part=\"results-title\" class=\"d-flex align-center mb-10\"><span class=\"color-not-started material-icons\">schedule</span> Job initizalied</div>" : jobs.data.status == "1" ? "<div part=\"results-title\" class=\"d-flex align-center mb-10\"><span class=\"color-pending material-icons\">pending</span> Job in-progress</div>" : "<div part=\"results-title\" class=\"d-flex align-center mb-10\"><span class=\"color-done material-icons\">check_circle</span> Job complete</div>");
|
|
5737
5737
|
}
|
|
5738
5738
|
var status = '';
|