@veloceapps/api 11.0.0-103 → 11.0.0-105

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.
@@ -1309,7 +1309,7 @@ class UIDefinitionsAdminApiService {
1309
1309
  if (params?.productId != null) {
1310
1310
  httpParams = httpParams.set('productId', params.productId);
1311
1311
  }
1312
- if (params?.defaultUIDefinitionId != null) {
1312
+ if (params?.defaultUIDefinitionId) {
1313
1313
  httpParams = httpParams.set('defaultUIDefinitionId', params.defaultUIDefinitionId);
1314
1314
  }
1315
1315
  return this.baseHttpService