Skip to content
Snippets Groups Projects

feat(YourEditorialDecision): Forms are now reset and YourEditorialDecision…

Merged Mihail Hagiu requested to merge HIN-1243-Editorial-Decision-Form-Reset into develop
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -79,6 +79,7 @@ const HERecommendation = ({
@@ -79,6 +79,7 @@ const HERecommendation = ({
handleSubmit,
handleSubmit,
formValues,
formValues,
highlight,
highlight,
 
expanded,
toggle,
toggle,
rejectRecommendation,
rejectRecommendation,
publishRecommendation,
publishRecommendation,
@@ -87,7 +88,7 @@ const HERecommendation = ({
@@ -87,7 +88,7 @@ const HERecommendation = ({
...rest
...rest
}) => (
}) => (
<ContextualBox
<ContextualBox
expanded
expanded={expanded}
highlight={highlight}
highlight={highlight}
label="Your Editorial Recommendation"
label="Your Editorial Recommendation"
mb={2}
mb={2}