Skip to content
Snippets Groups Projects
Commit 62f6085e authored by Jure's avatar Jure
Browse files

fix: redirect to /journal/dashboard

parent 0c1c146e
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ export default compose( ...@@ -221,7 +221,7 @@ export default compose(
input: JSON.stringify(updateManuscript), input: JSON.stringify(updateManuscript),
}, },
}).then(() => { }).then(() => {
history.push('/dashboard') history.push('/journal/dashboard')
}) })
}, },
}), }),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment