sf-i-events 1.0.621 → 1.0.622
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/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/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -13628,7 +13628,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
13628
13628
|
else {
|
|
13629
13629
|
view = "entity";
|
|
13630
13630
|
}
|
|
13631
|
-
path = "
|
|
13631
|
+
path = "getallcountryevents";
|
|
13632
13632
|
let sDate = "";
|
|
13633
13633
|
let eDate = "";
|
|
13634
13634
|
//console.log('currenttab', this.getCurrentTab());
|