Skip to content

Commit

Permalink
[release] v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Mar 31, 2024
1 parent 33e1531 commit 04fde54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion client/src/pages/newInstall/newInstall.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const NewInstall = () => {
setSubmitting(true);

setPullRequest(() => ((cb) => {
API.newInstall({
return API.newInstall({
step: "2",
MongoDBMode: values.DBMode,
MongoDB: values.MongoDB,
Expand Down Expand Up @@ -213,6 +213,7 @@ const NewInstall = () => {
formik.setStatus({ success: false });
formik.setErrors({ submit: error.message });
formik.setSubmitting(false);
console.error(error)
pullRequestOnSuccess();
}}
OnClose={() => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.15.1",
"version": "0.15.2",
"description": "",
"main": "test-server.js",
"bugs": {
Expand Down

0 comments on commit 04fde54

Please sign in to comment.