@wix/headless-bookings 0.0.98 → 0.0.99

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.
@@ -223,6 +223,7 @@ export const ServiceListService = implementService.withConfig()(ServiceListServi
223
223
  const currentPaging = pagingMetadataSignal.peek();
224
224
  try {
225
225
  isLoadingSignal.set(true);
226
+ servicesSignal.set([]);
226
227
  errorSignal.set(null);
227
228
  const result = await queryServices({
228
229
  appId: queryOptions.appId,
@@ -223,6 +223,7 @@ export const ServiceListService = implementService.withConfig()(ServiceListServi
223
223
  const currentPaging = pagingMetadataSignal.peek();
224
224
  try {
225
225
  isLoadingSignal.set(true);
226
+ servicesSignal.set([]);
226
227
  errorSignal.set(null);
227
228
  const result = await queryServices({
228
229
  appId: queryOptions.appId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/headless-bookings",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -72,5 +72,5 @@
72
72
  "groupId": "com.wixpress.headless-components"
73
73
  }
74
74
  },
75
- "falconPackageHash": "fbdac59032803915437800f3b84103cc1108e326ac3c2b91978f60f9"
75
+ "falconPackageHash": "90e3b4c9be1e17b3645f7669a951edf6c8f479bb47d1dbaec549fd0c"
76
76
  }