osl-base-extended 1.0.15 → 1.0.17

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.
@@ -242,7 +242,7 @@ class Httpbase {
242
242
  isSuccessful: false,
243
243
  error: this.mapError(error),
244
244
  statusCode: error.status,
245
- result: null,
245
+ result: error,
246
246
  };
247
247
  }
248
248
  mapError(error) {
@@ -1353,7 +1353,7 @@ class OslAutocomplete extends baseComponent {
1353
1353
  set object(val) {
1354
1354
  if (val) {
1355
1355
  this._object = val;
1356
- this.datasource = [this.object];
1356
+ this.datasource = [val];
1357
1357
  this.filteredItems = [...this.datasource];
1358
1358
  }
1359
1359
  if (this.model) {