pollination-react-io 0.0.17 → 0.0.18
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/build/index.esm.js +1 -3
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -4777,9 +4777,7 @@ var GetModel = function (_a) {
|
|
|
4777
4777
|
if (!getHbjson)
|
|
4778
4778
|
return;
|
|
4779
4779
|
getHbjson(key, selection, true);
|
|
4780
|
-
},
|
|
4781
|
-
// disabled={!getHbjson}
|
|
4782
|
-
options: [{
|
|
4780
|
+
}, disabled: !getHbjson, options: [{
|
|
4783
4781
|
options: [
|
|
4784
4782
|
{
|
|
4785
4783
|
type: 'checkbox',
|