sf-i-events 1.0.645 → 1.0.646
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
|
@@ -13935,7 +13935,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
13935
13935
|
else {
|
|
13936
13936
|
view = "entity";
|
|
13937
13937
|
}
|
|
13938
|
-
path = "
|
|
13938
|
+
path = "getallcountryevents";
|
|
13939
13939
|
let sDate = "";
|
|
13940
13940
|
let eDate = "";
|
|
13941
13941
|
//console.log('currenttab', this.getCurrentTab());
|