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.js
CHANGED
@@ -44890,9 +44890,9 @@ var RecipeForm = function (_a) {
|
|
44890
44890
|
React.useEffect(function () {
|
44891
44891
|
if (!localStudyWarning)
|
44892
44892
|
return;
|
44893
|
-
n$1("
|
44893
|
+
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.", {
|
44894
44894
|
duration: 8000,
|
44895
|
-
position: '
|
44895
|
+
position: 'bottom-left',
|
44896
44896
|
icon: '⚠️',
|
44897
44897
|
style: { fontSize: '14px' },
|
44898
44898
|
iconTheme: {
|