Skip to content
Snippets Groups Projects
Commit f0b88a6e authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

style(assignHE): change invite modal text

parent 55cd7e13
No related branches found
No related tags found
1 merge request!43Sprint #19
...@@ -73,10 +73,11 @@ const AssignHE = ({ ...@@ -73,10 +73,11 @@ const AssignHE = ({
</Item> </Item>
<Item flex={1} justify="center"> <Item flex={1} justify="center">
<OpenModal <OpenModal
confirmText="Invite"
isFetching={isFetching} isFetching={isFetching}
onConfirm={inviteHandlingEditor(he)} onConfirm={inviteHandlingEditor(he)}
subtitle={he.name} subtitle={he.name}
title="Are you sure you want to invite Handling Editor?" title="Confirm Invitation"
> >
{showModal => ( {showModal => (
<CustomButton onClick={showModal} size="small"> <CustomButton onClick={showModal} size="small">
......
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