Skip to content
Snippets Groups Projects
Commit ddd098bc authored by Mihail Hagiu's avatar Mihail Hagiu
Browse files

fix(YourEditorialDecision): Expanded prop explictedly passed to ContextualBox

parent e8233510
No related branches found
No related tags found
3 merge requests!222Sprint #26,!217Sprint #26,!210feat(YourEditorialDecision): Forms are now reset and YourEditorialDecision…
......@@ -79,6 +79,7 @@ const HERecommendation = ({
handleSubmit,
formValues,
highlight,
expanded,
toggle,
rejectRecommendation,
publishRecommendation,
......@@ -87,7 +88,7 @@ const HERecommendation = ({
...rest
}) => (
<ContextualBox
expanded
expanded={expanded}
highlight={highlight}
label="Your Editorial Recommendation"
mb={2}
......
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