solid-ui 2.4.22-8266d39f → 2.4.22-8500c0e8

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/dist/main.js CHANGED
@@ -15192,8 +15192,8 @@ Object.defineProperty(exports, "__esModule", ({
15192
15192
  }));
15193
15193
  exports.versionInfo = void 0;
15194
15194
  var versionInfo = {
15195
- buildTime: '2022-05-06T16:50:51Z',
15196
- commit: '8266d39f72f8792b6ef04e55024f8bf5f6ade07c',
15195
+ buildTime: '2022-05-09T07:57:48Z',
15196
+ commit: '8500c0e80299634b639b4ebc93b8487d412b4e5c',
15197
15197
  npmInfo: {
15198
15198
  'solid-ui': '2.4.22',
15199
15199
  npm: '6.14.16',
@@ -18722,13 +18722,11 @@ function makeSelectForOptions(dom, kb, subject, predicate, possible, uiFrom, opt
18722
18722
  kb.updater.update(ds, is, function (uri, success, errorBody) {
18723
18723
  actual = getActual(); // refresh
18724
18724
 
18725
- if (!success) return select.parentNode.appendChild((0, _error.errorMessageBlock)(dom, 'Error updating data in select: ' + errorBody));
18726
- if (callbackFunction) callbackFunction(success, {
18727
- widget: 'select',
18728
- event: 'new'
18729
- });
18730
- });
18731
- } else return select.parentNode.appendChild((0, _error.errorMessageBlock)(dom, 'Error updating data in field of select: ' + body));
18725
+ if (!success) select.parentNode.appendChild((0, _error.errorMessageBlock)(dom, 'Error updating select: ' + errorBody));
18726
+ }); // if (callbackFunction) callbackFunction(ok, { widget: 'select', event: 'new' })
18727
+ } else {
18728
+ select.parentNode.appendChild((0, _error.errorMessageBlock)(dom, 'Error updating data in field of select: ' + body));
18729
+ }
18732
18730
  });
18733
18731
  };
18734
18732