From 04fde54818642787ec72e74c214fb7d01d3e8696 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Sun, 31 Mar 2024 00:47:10 +0000 Subject: [PATCH] [release] v0.15.2 --- changelog.md | 3 +++ client/src/pages/newInstall/newInstall.jsx | 3 ++- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 8172dc10..5eb4fb3e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## Version 0.15.2 + - Fix an issue with DB creations + ## Version 0.15.1 - Add a toggle for search engine indexing - Fix an issue with the TCP proxy and ports already bound diff --git a/client/src/pages/newInstall/newInstall.jsx b/client/src/pages/newInstall/newInstall.jsx index a0d04b1b..682c99fa 100644 --- a/client/src/pages/newInstall/newInstall.jsx +++ b/client/src/pages/newInstall/newInstall.jsx @@ -185,7 +185,7 @@ const NewInstall = () => { setSubmitting(true); setPullRequest(() => ((cb) => { - API.newInstall({ + return API.newInstall({ step: "2", MongoDBMode: values.DBMode, MongoDB: values.MongoDB, @@ -213,6 +213,7 @@ const NewInstall = () => { formik.setStatus({ success: false }); formik.setErrors({ submit: error.message }); formik.setSubmitting(false); + console.error(error) pullRequestOnSuccess(); }} OnClose={() => { diff --git a/package.json b/package.json index f8b07920..d60d89c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.15.1", + "version": "0.15.2", "description": "", "main": "test-server.js", "bugs": {