Skip to content
Snippets Groups Projects
Commit 01dc5eb6 authored by Sebastian Mihalache's avatar Sebastian Mihalache :hammer_pick:
Browse files

Merge branch 'develop' of gitlab.coko.foundation:xpub/xpub-faraday into develop

parents da2c4ebe b72feea0
No related branches found
No related tags found
1 merge request!110Sprint 21 Features
...@@ -210,6 +210,7 @@ export const onReviewSubmit = ( ...@@ -210,6 +210,7 @@ export const onReviewSubmit = (
collectionId: project.id, collectionId: project.id,
recommendation: newValues, recommendation: newValues,
}) })
.then(() => dispatch(actions.getCollection({ id: project.id })))
.then(() => { .then(() => {
dispatch(actions.getFragments({ id: project.id })) dispatch(actions.getFragments({ id: project.id }))
hideModal() hideModal()
...@@ -275,7 +276,6 @@ export const onRevisionSubmit = ( ...@@ -275,7 +276,6 @@ export const onRevisionSubmit = (
onCancel: hideModal, onCancel: hideModal,
}) })
} }
// revision validators // revision validators
export const requiredHTML = value => { export const requiredHTML = value => {
if (value && value.replace('<p></p>', '').replace('<h1></h1>', '')) { if (value && value.replace('<p></p>', '').replace('<h1></h1>', '')) {
......
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