pollination-react-io 1.67.0 → 1.67.1
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 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
@@ -44864,9 +44864,9 @@ var RecipeForm = function (_a) {
|
|
44864
44864
|
useEffect(function () {
|
44865
44865
|
if (!localStudyWarning)
|
44866
44866
|
return;
|
44867
|
-
n$1("
|
44867
|
+
n$1("A local run with the same name exists. \n Try to change the study name or local run folder to avoid the overwrite.", {
|
44868
44868
|
duration: 8000,
|
44869
|
-
position: '
|
44869
|
+
position: 'bottom-left',
|
44870
44870
|
icon: '⚠️',
|
44871
44871
|
style: { fontSize: '14px' },
|
44872
44872
|
iconTheme: {
|