@masterteam/properties 0.0.63 → 0.0.64

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.
@@ -335,6 +335,7 @@ let PropertiesState = class PropertiesState extends CrudStateBase {
335
335
  const params = {
336
336
  ...action.params,
337
337
  contextKey,
338
+ IncludeVirtual: false,
338
339
  };
339
340
  const req$ = this.http.get(`${this.baseUrl}/catalog`, { params });
340
341
  return handleApiRequest({