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.esm.js
CHANGED
@@ -38030,7 +38030,8 @@ var usePollinationPanel = function () {
|
|
38030
38030
|
return job;
|
38031
38031
|
}
|
38032
38032
|
catch (error) {
|
38033
|
-
|
38033
|
+
// Do nothing. It is written at the end
|
38034
|
+
return undefined;
|
38034
38035
|
}
|
38035
38036
|
}, [panel]);
|
38036
38037
|
return {
|