pollination-react-io 1.56.2 → 1.56.3
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 +2 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -38056,7 +38056,8 @@ var usePollinationPanel = function () {
|
|
38056
38056
|
return job;
|
38057
38057
|
}
|
38058
38058
|
catch (error) {
|
38059
|
-
|
38059
|
+
// Do nothing. It is written at the end
|
38060
|
+
return undefined;
|
38060
38061
|
}
|
38061
38062
|
}, [panel]);
|
38062
38063
|
return {
|