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 = (
collectionId: project.id,
recommendation: newValues,
})
.then(() => dispatch(actions.getCollection({ id: project.id })))
.then(() => {
dispatch(actions.getFragments({ id: project.id }))
hideModal()
......@@ -275,7 +276,6 @@ export const onRevisionSubmit = (
onCancel: hideModal,
})
}
// revision validators
export const requiredHTML = value => {
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